[otrs-cvs] CVS: otrs/Kernel/System/GenericAgent NotifyAgentGroupOfCustomQueue.pm,1.10,1.11

cvs-log at otrs.org cvs-log at otrs.org
Thu Nov 2 13:20:57 CET 2006


Update of /home/cvs/otrs/Kernel/System/GenericAgent
In directory lancelot:/tmp/cvs-serv11671/Kernel/System/GenericAgent

Modified Files:
	NotifyAgentGroupOfCustomQueue.pm 
Log Message:
removed # --

Index: NotifyAgentGroupOfCustomQueue.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/GenericAgent/NotifyAgentGroupOfCustomQueue.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** NotifyAgentGroupOfCustomQueue.pm	29 Aug 2006 17:31:04 -0000	1.10
--- NotifyAgentGroupOfCustomQueue.pm	2 Nov 2006 12:20:54 -0000	1.11
***************
*** 21,25 ****
  $VERSION =~ s/^\$.*:\W(.*)\W.+?$/$1/;
  
- # --
  sub new {
      my $Type = shift;
--- 21,24 ----
***************
*** 43,47 ****
      return $Self;
  }
! # --
  sub Run {
      my $Self = shift;
--- 42,46 ----
      return $Self;
  }
! 
  sub Run {
      my $Self = shift;
***************
*** 99,102 ****
      return 1;
  }
! # --
  1;
--- 98,101 ----
      return 1;
  }
! 
  1;



More information about the cvs-log mailing list