[Rt-commit] r5157 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Wed May 3 17:55:25 EDT 2006
Author: ruz
Date: Wed May 3 17:55:24 2006
New Revision: 5157
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Date.pm
Log:
r2816 at cubic-pc: cubic | 2006-05-04 02:02:17 +0400
* typo, missing semicolon
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Date.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Date.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Date.pm Wed May 3 17:55:24 2006
@@ -290,7 +290,7 @@
sub Diff {
my $self = shift;
- my $other = shift
+ my $other = shift;
$other = time unless defined $other;
if ( UNIVERSAL::isa( $other, 'RT::Date' ) ) {
More information about the Rt-commit
mailing list