[Codestriker-commits] CVS update: codestriker/lib/Codestriker/BugDB TestDirectorConnection.pm
Brought to you by:
sits
|
From: <si...@us...> - 2008-07-11 04:49:30
|
User: sits
Date: 08/07/10 21:49:29
Modified: . CHANGELOG
lib/Codestriker/BugDB TestDirectorConnection.pm
Log:
* Deleting a topic connected with a TestDirector bug has been fixed
from rob...@us....
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- CHANGELOG 10 Jul 2008 10:43:55 -0000 1.242
+++ CHANGELOG 11 Jul 2008 04:49:28 -0000 1.243
@@ -8,7 +8,10 @@
Spotted by mn...@us....
* Fix for "v-string in use/require non-portable" warning when using
- Perl 5.10 from rob...@us....
+ Perl 5.10 from rob...@us....
+
+* Deleting a topic connected with a TestDirector bug has been fixed
+ from rob...@us....
Version 1.9.5
Index: TestDirectorConnection.pm
===================================================================
RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/BugDB/TestDirectorConnection.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestDirectorConnection.pm 22 Feb 2008 00:56:21 -0000 1.3
+++ TestDirectorConnection.pm 11 Jul 2008 04:49:29 -0000 1.4
@@ -128,7 +128,6 @@
}
$attach_counter++;
}
- $attachments->post();
}
}
|