[Rt-commit] r18582 - in rt/3.999/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Feb 24 22:08:02 EST 2009


Author: sartak
Date: Tue Feb 24 22:08:02 2009
New Revision: 18582

Modified:
   rt/3.999/trunk/   (props changed)
   rt/3.999/trunk/share/html/Ticket/Elements/ShowDates

Log:
 r80556 at onn:  sartak | 2009-02-24 22:07:55 -0500
 Remove some RT::DateTime->as_string calls


Modified: rt/3.999/trunk/share/html/Ticket/Elements/ShowDates
==============================================================================
--- rt/3.999/trunk/share/html/Ticket/Elements/ShowDates	(original)
+++ rt/3.999/trunk/share/html/Ticket/Elements/ShowDates	Tue Feb 24 22:08:02 2009
@@ -66,9 +66,9 @@
     <td class="label date due"><&|/l&>Due</&>:</td>
 % my $due = $ticket->due;
 % if ( $due && $due->epoch > 0 && $due->diff < 0 ) {
-    <td class="value date due"><span class="overdue"><% $due->as_string  %></span></td>
+    <td class="value date due"><span class="overdue"><% $due %></span></td>
 % } else {
-    <td class="value date due"><% $due->as_string  %></td>
+    <td class="value date due"><% $due %></td>
 % }
   </tr>
   <tr>


More information about the Rt-commit mailing list