From f894f1208c0ccbd1945baf5c1cf05adb61535caf Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 17 Jun 2014 11:17:34 +0000 Subject: feature 3094: redesign on search form, use selectize for categories git-svn-id: http://piwigo.org/svn/trunk@28710 68402e56-0260-453c-a942-63ccdbb3a9ee --- search.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'search.php') 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'); -- cgit v1.2.3