[otrs-cvs] CVS: otrs/Kernel/System/PostMaster/Filter AgentInterface.pm,1.5,1.6

cvs-log at otrs.org cvs-log at otrs.org
Thu Nov 2 14:02:07 CET 2006


Update of /home/cvs/otrs/Kernel/System/PostMaster/Filter
In directory lancelot:/tmp/cvs-serv14062/Kernel/System/PostMaster/Filter

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

Index: AgentInterface.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/PostMaster/Filter/AgentInterface.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** AgentInterface.pm	29 Aug 2006 17:27:30 -0000	1.5
--- AgentInterface.pm	2 Nov 2006 13:02:04 -0000	1.6
***************
*** 22,29 ****
  $VERSION =~ s/^.*:\s(\d+\.\d+)\s.*$/$1/;
  
- 
  # bulk, list
  
- # --
  sub new {
      my $Type = shift;
--- 22,27 ----
***************
*** 48,52 ****
      return $Self;
  }
! # --
  sub Run {
      my $Self = shift;
--- 46,50 ----
      return $Self;
  }
! 
  sub Run {
      my $Self = shift;
***************
*** 469,472 ****
      return 1;
  }
! # --
  1;
--- 467,470 ----
      return 1;
  }
! 
  1;



More information about the cvs-log mailing list