[otrs-cvs] otrs/Kernel/System Ticket.pm,1.488.2.10,1.488.2.11
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Wed Jun 29 14:49:42 GMT 2011
Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv32574/Kernel/System
Modified Files:
Tag: rel-3_0
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.488.2.10
retrieving revision 1.488.2.11
diff -2 -u -d -r1.488.2.10 -r1.488.2.11
--- Ticket.pm 17 Jun 2011 11:38:55 -0000 1.488.2.10
+++ Ticket.pm 29 Jun 2011 14:49:37 -0000 1.488.2.11
@@ -8129,5 +8129,5 @@
UserID => $Param{UserID},
);
- ArticleID:
+ ARTICLEID:
for my $ArticleID (@ArticleIndex) {
@@ -8179,5 +8179,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