diff options
Diffstat (limited to '')
-rw-r--r-- | search.php | 3 |
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'); |