[otrs-cvs] CVS: otrs/Kernel/Modules AdminGenericAgent.pm,1.25,1.26

cvs-log at otrs.org cvs-log at otrs.org
Thu Jun 22 15:09:45 CEST 2006


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

Modified Files:
	AdminGenericAgent.pm 
Log Message:
translation

Index: AdminGenericAgent.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminGenericAgent.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** AdminGenericAgent.pm	22 Jun 2006 10:22:24 -0000	1.25
--- AdminGenericAgent.pm	22 Jun 2006 12:09:43 -0000	1.26
***************
*** 241,245 ****
              $Param{DeleteMessage} = 'You use the DELETE option! Take care, all deleted Tickets are lost!!!';
          }
!         $Param{Message} = @ViewableIDs.' Tickets affected! Do you really want to use this job?';
  
  
--- 241,246 ----
              $Param{DeleteMessage} = 'You use the DELETE option! Take care, all deleted Tickets are lost!!!';
          }
!         $Param{AffectedIDs} = $#ViewableIDs + 1;
!         #$Param{Message} = '' . at ViewableIDs.' Tickets affected! Do you really want to use this job?';
  
  



More information about the cvs-log mailing list