mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed pagination errors with free search
This commit is contained in:
parent
3493b9c15c
commit
14fe06e536
pandora_console
@ -3848,9 +3848,6 @@ function reporting_value($report, $content, $type,$pdf) {
|
||||
$return['agent_name'] = $agent_name;
|
||||
$return['module_name'] = $module_name;
|
||||
|
||||
html_debug($pdf,true);
|
||||
html_debug($only_image,true);
|
||||
|
||||
if($pdf){
|
||||
$only_image = 1;
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ if ($group_rep == 2) {
|
||||
$table->head[1] = __('Agent');
|
||||
$table->head[5] = __('More detail');
|
||||
|
||||
$params = "search=" . rawurlencode(io_safe_input($search)) .
|
||||
$params = "search=" . io_safe_input($search) .
|
||||
"&severity=" . $severity .
|
||||
"&status=" . $status .
|
||||
"&id_group=" . $id_group .
|
||||
|
@ -307,9 +307,7 @@ users_get_groups ($config["id_user"], "ER");
|
||||
|
||||
$ids = (array) get_parameter ("eventid", -1);
|
||||
|
||||
|
||||
|
||||
$params = "search=" . rawurlencode(io_safe_input($search)) .
|
||||
$params = "search=" . io_safe_input($search) .
|
||||
"&event_type=" . $event_type .
|
||||
"&severity=" . $severity .
|
||||
"&status=" . $status .
|
||||
|
Loading…
x
Reference in New Issue
Block a user