[otrs-cvs] CVS: otrs/Kernel/System/Email SMTP.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/Email
In directory lancelot:/tmp/cvs-serv11671/Kernel/System/Email
Modified Files:
SMTP.pm
Log Message:
removed # --
Index: SMTP.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Email/SMTP.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** SMTP.pm 29 Aug 2006 17:31:04 -0000 1.10
--- SMTP.pm 2 Nov 2006 12:20:54 -0000 1.11
***************
*** 19,23 ****
$VERSION =~ s/^\$.*:\W(.*)\W.+?$/$1/;
- # --
sub new {
my $Type = shift;
--- 19,22 ----
***************
*** 51,55 ****
return $Self;
}
! # --
sub Send {
my $Self = shift;
--- 50,54 ----
return $Self;
}
!
sub Send {
my $Self = shift;
***************
*** 126,130 ****
}
}
- # --
1;
--- 125,128 ----
More information about the cvs-log
mailing list