diff options
author | lpsolit%gmail.com <> | 2007-07-03 23:22:00 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-07-03 23:22:00 +0200 |
commit | f8f988fbc1ca1d183dbeb8e1e942706552507e84 (patch) | |
tree | ef474bc7a2437f65926620636bf42446f57c89a7 /template/en/default/search | |
parent | ee2eb7de3865e97dd48030da6cf48606d95fe152 (diff) | |
download | bugzilla-f8f988fbc1ca1d183dbeb8e1e942706552507e84.tar.gz bugzilla-f8f988fbc1ca1d183dbeb8e1e942706552507e84.tar.xz |
Bug 385910: Rename the 'quicksearch_allow_empty_words' parameter to 'specific_search_allow_empty_words' (to avoid confusion with the QuickSearch feature) - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r=wicked a=mkanat
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/search-specific.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl index af633ddf7..5e3c93829 100644 --- a/template/en/default/search/search-specific.html.tmpl +++ b/template/en/default/search/search-specific.html.tmpl @@ -110,7 +110,7 @@ for "crash secure SSL flash". <td></td> <td> - [% IF Param('quicksearch_allow_empty_words') %] + [% IF Param('specific_search_allow_empty_words') %] <input type="submit" id="search" value="Search"> [% ELSE %] <input type="submit" id="search" value="Search" |