[Rt-commit] r3254 - in rt/branches/3.4-RELEASE: . html/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Mon Jun 27 11:39:18 EDT 2005
Author: jesse
Date: Mon Jun 27 11:39:18 2005
New Revision: 3254
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/html/Elements/PageLayout
Log:
r21952 at hualien: jesse | 2005-06-27 11:38:54 -0400
* Fixed a broken callback
Modified: rt/branches/3.4-RELEASE/html/Elements/PageLayout
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/PageLayout (original)
+++ rt/branches/3.4-RELEASE/html/Elements/PageLayout Mon Jun 27 11:39:18 2005
@@ -93,7 +93,7 @@
</tr>
<TR valign="top">
<TD valign="top" width="100%" height="100%" class="mainbody" >
-<& /Elements/Callback, __CallbackName => 'BeforeBody', %ARGS &>
+<& /Elements/Callback, _CallbackName => 'BeforeBody', %ARGS &>
%$m->flush_buffer(); # we've got the page laid out, let's flush the buffer;
<%INIT>
More information about the Rt-commit
mailing list