[Rt-commit] rtir branch, 2.5-greenville, updated. c8c0ef9678f18e24d5fe09eb3fefa106f7015b46
Kevin Falcone
falcone at bestpractical.com
Mon Oct 26 16:41:04 EDT 2009
The branch, 2.5-greenville has been updated
via c8c0ef9678f18e24d5fe09eb3fefa106f7015b46 (commit)
from fcd34a9eb4f76cf3776c41812ed8629c49731725 (commit)
Summary of changes:
html/RTIR/Tools/Elements/Tabs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit c8c0ef9678f18e24d5fe09eb3fefa106f7015b46
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Oct 26 16:40:04 2009 -0400
use new style callback
diff --git a/html/RTIR/Tools/Elements/Tabs b/html/RTIR/Tools/Elements/Tabs
index 42c8b3f..ea6a491 100644
--- a/html/RTIR/Tools/Elements/Tabs
+++ b/html/RTIR/Tools/Elements/Tabs
@@ -22,7 +22,7 @@
%#
%#
%# END LICENSE BLOCK
-<& /Elements/Callback, tabs => $tabs, %ARGS &>
+% $m->callback( tabs => $tabs, %ARGS );
<& /RTIR/Elements/Tabs,
tabs => $tabs,
current_toptab => $current_toptab,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list