[otrs-cvs] otrs/Kernel/System Ticket.pm,1.505,1.506
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Wed Jun 29 14:48:33 GMT 2011
Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv32338/Kernel/System
Modified Files:
Ticket.pm
Log Message:
Fixed bug#7459 - Files partly in database after executing bin/otrs.ArticleStorageSwitch.pl.
Author: martin
Index: Ticket.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Ticket.pm,v
retrieving revision 1.505
retrieving revision 1.506
diff -2 -u -d -r1.505 -r1.506
--- Ticket.pm 21 Jun 2011 12:31:23 -0000 1.505
+++ Ticket.pm 29 Jun 2011 14:48:28 -0000 1.506
@@ -8218,5 +8218,5 @@
# nothing to transfer
- return 1 if !@Attachments && !$Plain;
+ next ARTICLEID if !@Attachments && !$Plain;
# write target attachments
More information about the cvs-log
mailing list