Add policies to general search

This commit is contained in:
marcos.alconada 2019-06-04 11:52:56 +02:00
parent 4b6c21bb30
commit c5cb76b271
2 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,7 @@ if ($searchpolicies == 0) {
ORDER BY ".$order['field'].' '.$order['order'];
}
$sql .= ' LIMIT '.$config['block_size'].' OFFSET '.get_parameter('offset', 0);

View File

@ -255,5 +255,6 @@ switch ($searchTab) {
case 'policies':
include_once 'search_policies.getdata.php';
include_once 'search_policies.php';
break;
}