[Rt-commit] r2979 - in rt/branches/QUEBEC-EXPERIMENTAL: . html
jesse at bestpractical.com
jesse at bestpractical.com
Mon May 30 01:09:45 EDT 2005
Author: jesse
Date: Mon May 30 01:09:44 2005
New Revision: 2979
Modified:
rt/branches/QUEBEC-EXPERIMENTAL/ (props changed)
rt/branches/QUEBEC-EXPERIMENTAL/html/autohandler
Log:
r17991 at hualien: jesse | 2005-05-30 01:01:19 -0400
* Removing spurious warnings
Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/autohandler
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/autohandler (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/autohandler Mon May 30 01:09:44 2005
@@ -72,12 +72,10 @@
# This code canonicalizes time inputs in hours into minutes
my @TimeUnitFields = grep { /-TimeUnits$/ } keys %ARGS;
foreach my $field (@TimeUnitFields) {
- $RT::Logger->crit("Checking $field");
next unless ($field =~ /^(.*?)-TimeUnits$/i);
my $local = $1;
if ($ARGS{$field} =~ /hours/i) {
$ARGS{$local} *= 60;
- $RT::Logger->crit("Multiplied $local by 60");
}
delete $ARGS{$field};
}
More information about the Rt-commit
mailing list