[otrs-cvs] CVS: otrs/Kernel/System/Ticket/CustomerPermission
GroupCheck.pm,1.6,1.7
cvs-log at otrs.org
cvs-log at otrs.org
Thu Nov 2 13:21:00 CET 2006
Update of /home/cvs/otrs/Kernel/System/Ticket/CustomerPermission
In directory lancelot:/tmp/cvs-serv11671/Kernel/System/Ticket/CustomerPermission
Modified Files:
GroupCheck.pm
Log Message:
removed # --
Index: GroupCheck.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Ticket/CustomerPermission/GroupCheck.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** GroupCheck.pm 29 Aug 2006 17:26:18 -0000 1.6
--- GroupCheck.pm 2 Nov 2006 12:20:58 -0000 1.7
***************
*** 19,23 ****
$VERSION =~ s/^\$.*:\W(.*)\W.+?$/$1/;
- # --
sub new {
my $Type = shift;
--- 19,22 ----
***************
*** 35,39 ****
return $Self;
}
! # --
sub Run {
my $Self = shift;
--- 34,38 ----
return $Self;
}
!
sub Run {
my $Self = shift;
***************
*** 64,68 ****
return;
}
- # --
1;
--- 63,66 ----
More information about the cvs-log
mailing list