[Rt-commit] r8306 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: .
    clsung at bestpractical.com 
    clsung at bestpractical.com
       
    Thu Jul 26 21:00:00 EDT 2007
    
    
  
Author: clsung
Date: Thu Jul 26 20:59:58 2007
New Revision: 8306
Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Admin/Users/History.html
Log:
 r12281 at going04:  clsung | 2007-07-27 08:55:04 +0800
 - give default as '' to fix 
   Use of uninitialized value in concatenation (.) or string 
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Admin/Users/History.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Admin/Users/History.html	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Admin/Users/History.html	Thu Jul 26 20:59:58 2007
@@ -64,5 +64,5 @@
 my $title = loc("History of the user [_1]", $UserObj->Name);
 </%INIT>
 <%ARGS>
-$id => undef
+$id => ''
 </%ARGS>
    
    
More information about the Rt-commit
mailing list