[Rt-commit] r13270 - in rt/branches/3.8-TESTING: share/html/Elements

elacour at bestpractical.com elacour at bestpractical.com
Fri Jun 13 04:43:14 EDT 2008


Author: elacour
Date: Fri Jun 13 04:43:13 2008
New Revision: 13270

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Elements/ShowUser

Log:
 r9504 at datura:  manu | 2008-06-13 10:43:07 +0200
 Remove uneeded debug which produce warnings.


Modified: rt/branches/3.8-TESTING/share/html/Elements/ShowUser
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/ShowUser	(original)
+++ rt/branches/3.8-TESTING/share/html/Elements/ShowUser	Fri Jun 13 04:43:13 2008
@@ -47,7 +47,6 @@
 %# END BPS TAGGED BLOCK }}}
 %# Released under the terms of version 2 of the GNU Public License
 <%INIT>
-warn caller;
 if ($style eq 'concise'){$m->comp('/Elements/ShowUserConcise', User => $User);}
 else {$m->comp('/Elements/ShowUserVerbose', User => $User);}
 </%INIT>


More information about the Rt-commit mailing list