[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
- Previous message: [otrs-cvs] CVS: otrs/Kernel/System AutoResponse.pm,1.11,1.12
CustomerAuth.pm,1.7,1.8 CustomerGroup.pm,1.8,1.9 DB.pm,1.53,1.54
GenericAgent.pm, 1.21, 1.22 Notification.pm, 1.9, 1.10 Permission.pm, 1.12,
1.13
PostMaster.pm,1.59,1.60 Queue.pm,1.61,1.62 Spelling.pm,1.14,1.15
StdResponse.pm,1.14,1.15 Ticket.pm,1.227,1.228 XMLMaster.pm,1.3,1.4
- Next message: [otrs-cvs] CVS: otrs/Kernel/System/Ticket Article.pm,1.125,1.126
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [otrs-cvs] CVS: otrs/Kernel/System AutoResponse.pm,1.11,1.12
CustomerAuth.pm,1.7,1.8 CustomerGroup.pm,1.8,1.9 DB.pm,1.53,1.54
GenericAgent.pm, 1.21, 1.22 Notification.pm, 1.9, 1.10 Permission.pm, 1.12,
1.13
PostMaster.pm,1.59,1.60 Queue.pm,1.61,1.62 Spelling.pm,1.14,1.15
StdResponse.pm,1.14,1.15 Ticket.pm,1.227,1.228 XMLMaster.pm,1.3,1.4
- Next message: [otrs-cvs] CVS: otrs/Kernel/System/Ticket Article.pm,1.125,1.126
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list