[otrs-cvs] CVS: otrs/Kernel/System/PostMaster/Filter MatchDBSource.pm,1.3,1.4

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


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

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

Index: MatchDBSource.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/PostMaster/Filter/MatchDBSource.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** MatchDBSource.pm	29 Aug 2006 17:27:30 -0000	1.3
--- MatchDBSource.pm	2 Nov 2006 12:20:57 -0000	1.4
***************
*** 19,23 ****
  $VERSION =~ s/^.*:\s(\d+\.\d+)\s.*$/$1/;
  
- # --
  sub new {
      my $Type = shift;
--- 19,22 ----
***************
*** 39,43 ****
      return $Self;
  }
! # --
  sub Run {
      my $Self = shift;
--- 38,42 ----
      return $Self;
  }
! 
  sub Run {
      my $Self = shift;
***************
*** 100,103 ****
      return 1;
  }
! # --
  1;
--- 99,102 ----
      return 1;
  }
! 
  1;



More information about the cvs-log mailing list