mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
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…
x
Reference in New Issue
Block a user