]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 361877: Argument "" isn't numeric in numeric gt (>) at data/template/template...
authorlpsolit%gmail.com <>
Tue, 28 Nov 2006 02:25:41 +0000 (02:25 +0000)
committerlpsolit%gmail.com <>
Tue, 28 Nov 2006 02:25:41 +0000 (02:25 +0000)
template/en/default/global/user-error.html.tmpl

index 83d4a0a161dae24aa6bc8d5da090a96982d9af2d..983b0f8d4fa5aa2ae13adda69a0a7640f8b54597 100644 (file)
     You asked [% requestee.identity FILTER html %]
     for <code>[% flag_type.name FILTER html %]</code> on [% terms.bug %] 
     [%+ bug_id FILTER html -%]
-    [% IF attach_id > 0 %], attachment [% attach_id FILTER html %][% END %],
+    [% IF attach_id && attach_id > 0 %], attachment [% attach_id FILTER html %][% END %],
     but that [% terms.bug %] has been restricted to users in certain groups, 
     and the user you asked isn't in all the groups to which 
     the [% terms.bug %] has been restricted.