aboutsummaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-06-17 11:17:34 +0000
committerplegall <plg@piwigo.org>2014-06-17 11:17:34 +0000
commitf894f1208c0ccbd1945baf5c1cf05adb61535caf (patch)
tree81cd753fdec30b1444ecd0cbad8bfa5dae9d7a51 /search.php
parent6f8caf22ba22395b0e038989bfdc2726cc4c2342 (diff)
feature 3094: redesign on search form, use selectize for categories
git-svn-id: http://piwigo.org/svn/trunk@28710 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'search.php')
-rw-r--r--search.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/search.php b/search.php
index 544eb9083..f9d20154f 100644
--- a/search.php
+++ b/search.php
@@ -247,8 +247,7 @@ SELECT id,name,global_rank,uppercats
'WHERE'
).'
;';
-display_select_cat_wrapper($query, array(), 'category_options', false);
-
+display_select_cat_wrapper($query, array(), 'category_options', true);
// include menubar
$themeconf = $template->get_template_vars('themeconf');