8 Aug 2012 16:18
[otrs-cvs] Support/Kernel/System Support.pm,1.51,1.52
CVS commits notifications of OTRS.org <cvs-log <at> otrs.org>
2012-08-08 14:18:38 GMT
2012-08-08 14:18:38 GMT
Comments:
Update of /home/cvs/Support/Kernel/System
In directory lancelot:/tmp/cvs-serv18817/Kernel/System
Modified Files:
Support.pm
Log Message:
Fixed benchmark feature.
Author: mh
Index: Support.pm
===================================================================
RCS file: /home/cvs/Support/Kernel/System/Support.pm,v
retrieving revision 1.51
retrieving revision 1.52
diff -2 -u -d -r1.51 -r1.52
--- Support.pm 8 Aug 2012 13:53:23 -0000 1.51
+++ Support.pm 8 Aug 2012 14:18:33 -0000 1.52
<at> <at> -895,8 +895,5 <at> <at>
my ( $Self, %Param ) = <at> _;
- my $Insert = $Param{Insert};
- my $Update = $Param{Update};
- my $Select = $Param{Select};
- my $Mode = $Param{Mode};
+ my $Mode = $Param{Mode};
for ( 1 .. $Mode ) {
<at> <at> -908,13 +905,19 <at> <at>
(Continue reading)
RSS Feed