]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Back out a change which is not part of the patch I reviewed and which breaks the...
authorlpsolit%gmail.com <>
Tue, 19 Dec 2006 17:38:11 +0000 (17:38 +0000)
committerlpsolit%gmail.com <>
Tue, 19 Dec 2006 17:38:11 +0000 (17:38 +0000)
template/en/default/flag/list.html.tmpl

index 9f89faacba46489a9c499b9013a8ddd63bce2240..d3c9832187d2c1c2dde2820342215578a78a327d 100644 (file)
 
   [%# Step 2: Display flag type again (if type is multiplicable). %]
   [% FOREACH type = flag_types %]
-    [% NEXT UNLESS type.is_multiplicable && type.is_active %]
+    [% NEXT UNLESS type.flags && type.flags.size > 0 && type.is_multiplicable && type.is_active %]
     [% IF !separator_displayed %]
         <tr><td colspan="3"><hr></td></tr>
         [% separator_displayed = 1 %]