Add policies to general search
This commit is contained in:
parent
4b6c21bb30
commit
c5cb76b271
|
@ -177,6 +177,7 @@ if ($searchpolicies == 0) {
|
|||
ORDER BY ".$order['field'].' '.$order['order'];
|
||||
}
|
||||
|
||||
|
||||
$sql .= ' LIMIT '.$config['block_size'].' OFFSET '.get_parameter('offset', 0);
|
||||
|
||||
|
||||
|
|
|
@ -255,5 +255,6 @@ switch ($searchTab) {
|
|||
case 'policies':
|
||||
include_once 'search_policies.getdata.php';
|
||||
include_once 'search_policies.php';
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue