[Rt-commit] r14273 - in rt/branches/3.999-DANGEROUS: share/html/Elements/RT__Model__Scrip
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Jul 18 12:25:49 EDT 2008
Author: sunnavy
Date: Fri Jul 18 12:25:49 2008
New Revision: 14273
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/html/Elements/RT__Model__Scrip/ColumnMap
Log:
r14696 at sunnavys-mb: sunnavy | 2008-07-18 21:40:59 +0800
fix for scrip ColumnMap
Modified: rt/branches/3.999-DANGEROUS/share/html/Elements/RT__Model__Scrip/ColumnMap
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Elements/RT__Model__Scrip/ColumnMap (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Elements/RT__Model__Scrip/ColumnMap Fri Jul 18 12:25:49 2008
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<%ARGS>
-$Name
+$name
$Attr => undef
</%ARGS>
<%ONCE>
@@ -92,5 +92,5 @@
</%ONCE>
<%INIT>
$m->callback( COLUMN_MAP => $COLUMN_MAP, CallbackName => 'ColumnMap', CallbackOnce => 1 );
-return GetColumnMapEntry( Map => $COLUMN_MAP, Name => $Name, Attribute => $Attr );
+return get_column_map_entry( Map => $COLUMN_MAP, name => $name, Attribute => $Attr );
</%INIT>
More information about the Rt-commit
mailing list