[otrs-cvs] otrs/Kernel/Modules AgentTicketZoom.pm,1.61,1.62

CVS commits notifications of OTRS.org cvs-log at otrs.org
Sat Nov 1 14:14:15 GMT 2008


Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv28624/Kernel/Modules

Modified Files:
	AgentTicketZoom.pm 
Log Message:
Fixed bug# 3207 - Expanded articles in wrong order.

Author: ub

Index: AgentTicketZoom.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketZoom.pm,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** AgentTicketZoom.pm	21 Jul 2008 11:28:26 -0000	1.61
--- AgentTicketZoom.pm	1 Nov 2008 14:14:10 -0000	1.62
***************
*** 336,340 ****
      # resort article order
      if ( $Self->{ZoomExpandSort} eq 'reverse' ) {
!         @ArticleBox = reverse(@ArticleBox);
      }
  
--- 336,340 ----
      # resort article order
      if ( $Self->{ZoomExpandSort} eq 'reverse' ) {
!         @NewArticleBox = reverse(@NewArticleBox);
      }
  


More information about the cvs-log mailing list