From: lpsolit%gmail.com <> Date: Thu, 6 Jul 2006 09:20:08 +0000 (+0000) Subject: Bug 343702: editflagtypes.cgi: Argument "" isn't numeric in numeric gt (>) at templat... X-Git-Tag: bugzilla-2.22.1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8560b85a0dba508936410e23a1b736f6797456d4;p=thirdparty%2Fbugzilla.git Bug 343702: editflagtypes.cgi: Argument "" isn't numeric in numeric gt (>) at template/en/default/request/email.txt.tmpl line 155 - Patch by Frédéric Buclin r/a=myk --- diff --git a/template/en/default/request/email.txt.tmpl b/template/en/default/request/email.txt.tmpl index 6e92c72ca3..ece958348a 100644 --- a/template/en/default/request/email.txt.tmpl +++ b/template/en/default/request/email.txt.tmpl @@ -61,7 +61,7 @@ Attachment [% attidsummary %] [%- FILTER bullet = wrap(80) %] [% USE Bugzilla %] -[% IF Bugzilla.cgi.param("comment").length > 0 %] +[% IF Bugzilla.cgi.param("comment") && Bugzilla.cgi.param("comment").length > 0 %] ------- Additional Comments from [% user.identity %] [%+ Bugzilla.cgi.param("comment") %] [% END %]