[Rt-devel] PATCH: silence warnings Elements/MessageBox
Jim Meyer
purp at acm.org
Wed Nov 16 20:12:42 EST 2005
Attached.
--j
--
Jim Meyer, Geek at Large purp at acm.org
-------------- next part --------------
--- share/html/Elements/MessageBox 2005-04-24 14:17:46.000000000 -0700
+++ local/html/Elements/MessageBox 2005-11-16 17:11:25.000000000 -0800
@@ -45,9 +45,9 @@
%# END BPS TAGGED BLOCK }}}
<textarea class="messagebox" cols=<%$Width%> rows=<%$Height%> wrap=<%$Wrap%> name="<%$Name%>"><& /Elements/Callback, %ARGS &><% $Default %><%$message%><%$IncludeSignature ? $signature : ''%></textarea>
<%INIT>
-my ($message);
+my $message = '';
if ($QuoteTransaction) {
my $transaction=RT::Transaction->new($session{'CurrentUser'});
$transaction->Load($QuoteTransaction);
More information about the Rt-devel
mailing list