diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-06-07 23:35:39 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-06-07 23:35:39 +0200 |
commit | 3b85fdcaf2ab909a7c3b335c53b9e54a11d1b64f (patch) | |
tree | 544992f264968f5c3883e04ff513006d2c351b22 /template | |
parent | a4e3261b663c2087030aa5afca5c07580689c64f (diff) | |
download | bugzilla-3b85fdcaf2ab909a7c3b335c53b9e54a11d1b64f.tar.gz bugzilla-3b85fdcaf2ab909a7c3b335c53b9e54a11d1b64f.tar.xz |
Bug 662202: Accessing query.cgi throws: Argument "" isn't numeric in addition (+)
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/search/boolean-charts.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index 82c779612..33d5df910 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -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 %] |