Fixed pagination errors with free search

This commit is contained in:
danielmaya 2017-11-13 12:07:53 +01:00
parent 3493b9c15c
commit 14fe06e536
3 changed files with 2 additions and 7 deletions
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 .