]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 343702: editflagtypes.cgi: Argument "" isn't numeric in numeric gt (>) at templat...
authorlpsolit%gmail.com <>
Thu, 6 Jul 2006 09:20:08 +0000 (09:20 +0000)
committerlpsolit%gmail.com <>
Thu, 6 Jul 2006 09:20:08 +0000 (09:20 +0000)
template/en/default/request/email.txt.tmpl

index 6e92c72ca32196fe16a82013d821b1469dd141e8..ece958348a7bff9a25b3e2ce42aae5a66bd43375 100644 (file)
@@ -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 %]