[Rt-commit] r18098 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Jan 30 03:30:48 EST 2009


Author: sunnavy
Date: Fri Jan 30 03:30:48 2009
New Revision: 18098

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Elements/ColumnMap

Log:
 r19387 at sunnavys-mb:  sunnavy | 2009-01-30 15:34:20 +0800
 tiny fix


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Elements/ColumnMap
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Elements/ColumnMap	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Elements/ColumnMap	Fri Jan 30 03:30:48 2009
@@ -58,7 +58,7 @@
     id => {
         attribute => 'id',
         align     => 'right',
-        value     => sub  { return $_[0]->id }
+        value     => sub  { return $_[0]->id },
         title    => 'id', # loc
     },
 


More information about the Rt-commit mailing list