[Rt-commit] r2814 - in rt/branches/3.4-RELEASE: . lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Fri Apr 29 00:12:11 EDT 2005
Author: jesse
Date: Fri Apr 29 00:12:11 2005
New Revision: 2814
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
Log:
r14616 at hualien: jesse | 2005-04-28 22:56:19 -0400
* Added a todo notice
Modified: rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm Fri Apr 29 00:12:11 2005
@@ -452,8 +452,8 @@
require Time::ParseDate;
use POSIX 'strftime';
- # FIXME: Replace me with RT::Date( Type => 'unknown' ...)
- my $time = Time::ParseDate::parsedate(
+ # XXX TODO FIXME: Replace me with RT::Date( Type => 'unknown' ...)
+ my $time = Time::ParseDate::parsedate(
$value,
UK => $RT::DateDayBeforeMonth,
PREFER_PAST => $RT::AmbiguousDayInPast,
More information about the Rt-commit
mailing list