[otrs-cvs] CVS: otrs/Kernel/Modules AdminLog.pm,1.16,1.17
cvs-log at otrs.org
cvs-log at otrs.org
Thu Oct 5 04:22:22 CEST 2006
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv24171/Kernel/Modules
Modified Files:
AdminLog.pm
Log Message:
small code clean up
Index: AdminLog.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminLog.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** AdminLog.pm 29 Aug 2006 17:17:23 -0000 1.16
--- AdminLog.pm 5 Oct 2006 01:22:20 -0000 1.17
***************
*** 18,22 ****
$VERSION =~ s/^\$.*:\W(.*)\W.+?$/$1/;
- # --
sub new {
my $Type = shift;
--- 18,21 ----
***************
*** 40,44 ****
return $Self;
}
! # --
sub Run {
my $Self = shift;
--- 39,43 ----
return $Self;
}
!
sub Run {
my $Self = shift;
***************
*** 86,89 ****
return $Output;
}
! # --
1;
--- 85,88 ----
return $Output;
}
!
1;
More information about the cvs-log
mailing list