[Rt-devel] PATCH: silence warnings SelfService/Display.html
Jim Meyer
purp at acm.org
Wed Nov 16 15:40:14 EST 2005
Attached.
--j
--
Jim Meyer, Geek at Large jmeyer at dreamworksanimation.com
-------------- next part --------------
--- share/html/SelfService/Display.html 2005-08-18 14:52:10.000000000 -0700
+++ local/html/SelfService/Display.html 2005-11-16 12:38:32.000000000 -0800
@@ -182,9 +182,10 @@
# }}}
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-devel
mailing list