]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 662202: Accessing query.cgi throws: Argument "" isn't numeric in addition (+)
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 7 Jun 2011 21:35:39 +0000 (23:35 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 7 Jun 2011 21:35:39 +0000 (23:35 +0200)
r/a=mkanat

template/en/default/search/boolean-charts.html.tmpl

index 82c779612554a26f32743d7b74f78f04af87607f..33d5df9108d58190056f2b6664d9b8693ae611ed 100644 (file)
@@ -59,6 +59,7 @@
 <div id="custom_search_filter_section" 
      class="bz_search_section custom_search_query">
   [% SET indent_level = 0 %]
+  [% SET cond_num = 0 %]
   [% FOREACH condition = default.custom_search %]
     [% SET cond_num = loop.count - 1 %]
     [% PROCESS one_condition with_buttons = 0 %]