[otrs-cvs] CVS: otrs/Kernel/System/Ticket Article.pm,1.125,1.126
cvs-log at otrs.org
cvs-log at otrs.org
Thu Nov 2 13:21:00 CET 2006
Update of /home/cvs/otrs/Kernel/System/Ticket
In directory lancelot:/tmp/cvs-serv11671/Kernel/System/Ticket
Modified Files:
Article.pm
Log Message:
removed # --
Index: Article.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Ticket/Article.pm,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -r1.125 -r1.126
*** Article.pm 31 Oct 2006 15:26:53 -0000 1.125
--- Article.pm 2 Nov 2006 12:20:57 -0000 1.126
***************
*** 316,329 ****
}
}
! # --
# send no agent notification!?
- # --
if ($Param{NoAgentNotify}) {
# return ArticleID
return $ArticleID;
}
! # --
# send agent notification!?
- # --
my $To = '';
my %AlreadySent = ();
--- 316,327 ----
}
}
!
# send no agent notification!?
if ($Param{NoAgentNotify}) {
# return ArticleID
return $ArticleID;
}
!
# send agent notification!?
my $To = '';
my %AlreadySent = ();
More information about the cvs-log
mailing list