From 8560b85a0dba508936410e23a1b736f6797456d4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 6 Jul 2006 09:20:08 +0000 Subject: [PATCH] =?utf8?q?Bug=20343702:=20editflagtypes.cgi:=20Argument=20?= =?utf8?q?""=20isn't=20numeric=20in=20numeric=20gt=20(>)=20at=20template/e?= =?utf8?q?n/default/request/email.txt.tmpl=20line=20155=20-=20Patch=20by?= =?utf8?q?=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r/a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/request/email.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.47.2