[Rt-commit] [svn] r1276 - in rt/branches/3.2-RELEASE: . html

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Jul 22 15:08:33 EDT 2004


Author: jesse
Date: Thu Jul 22 15:08:32 2004
New Revision: 1276

Modified:
   rt/branches/3.2-RELEASE/   (props changed)
   rt/branches/3.2-RELEASE/html/l
Log:
 ----------------------------------------------------------------------
 r8281 at tinbook:  jesse | 2004-07-22T19:08:48.451578Z
 
 * The "/l" component now does all its work in the init block
 ----------------------------------------------------------------------


Modified: rt/branches/3.2-RELEASE/html/l
==============================================================================
--- rt/branches/3.2-RELEASE/html/l	(original)
+++ rt/branches/3.2-RELEASE/html/l	Thu Jul 22 15:08:32 2004
@@ -44,6 +44,8 @@
 %# 
 %# }}} END BPS TAGGED BLOCK
 
-% my $hand = ($session{'CurrentUser'} ||= RT::CurrentUser->new)->LanguageHandle;
-% $m->print($hand->maketext($m->content, at _));
-% return(1);
+<%init>
+ my $hand = ($session{'CurrentUser'} ||= RT::CurrentUser->new)->LanguageHandle;
+ $m->print($hand->maketext($m->content, at _));
+ return(1);
+</%init>


More information about the Rt-commit mailing list