[Rt-commit] r5657 - rt/branches/3.6-RELEASE/html/SelfService

ruz at bestpractical.com ruz at bestpractical.com
Wed Jul 26 11:28:31 EDT 2006


Author: ruz
Date: Wed Jul 26 11:28:30 2006
New Revision: 5657

Modified:
   rt/branches/3.6-RELEASE/html/SelfService/Display.html

Log:
* drop uninit warning

Modified: rt/branches/3.6-RELEASE/html/SelfService/Display.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/SelfService/Display.html	(original)
+++ rt/branches/3.6-RELEASE/html/SelfService/Display.html	Wed Jul 26 11:28:30 2006
@@ -183,7 +183,8 @@
 
     if (
         $session{'Attachments'}
-        || (   $ARGS{'UpdateContent'} ne ''
+        || ( defined $ARGS{'UpdateContent'}
+            && $ARGS{'UpdateContent'} ne ''
             && $ARGS{'UpdateContent'} ne "-- \n"
             . $session{'CurrentUser'}->UserObj->Signature )
       )


More information about the Rt-commit mailing list