[Rt-commit] [svn] r1979 - in rt/branches/3.3-TESTING: . lib/RT
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu Dec 9 02:32:46 EST 2004
Author: jesse
Date: Thu Dec 9 02:32:46 2004
New Revision: 1979
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/lib/RT/Record.pm
Log:
r1989 at hualien: jesse | 2004-12-09T07:31:07.292798Z
Typo fix
Modified: rt/branches/3.3-TESTING/lib/RT/Record.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/Record.pm (original)
+++ rt/branches/3.3-TESTING/lib/RT/Record.pm Thu Dec 9 02:32:46 2004
@@ -1764,10 +1764,8 @@
$cf_values->LimitToObject($self);
$cf_values->OrderBy( FIELD => 'id', ORDER => 'ASC' );
-}
-return ($cf_values);
-## Please see file perltidy.ERR
+ return ($cf_values);
}
# }}}
More information about the Rt-commit
mailing list