mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
fixes #1930 remove search_rules
This commit is contained in:
@@ -176,12 +176,6 @@ if ( empty($page['is_external']) )
|
||||
|
||||
if ('search' == $page['section'])
|
||||
{
|
||||
// TODO remove the search_rules system (replaced by multi-criteria search filters and widgets)
|
||||
$template->assign(
|
||||
'U_SEARCH_RULES',
|
||||
get_root_url().'search_rules.php?search_id='.$page['search']
|
||||
);
|
||||
|
||||
include_once(PHPWG_ROOT_PATH.'include/functions_search.inc.php');
|
||||
|
||||
$my_search = get_search_array($page['search']);
|
||||
|
||||
Reference in New Issue
Block a user