diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 205b262274..6db1d4bbac 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2009-06-23 Miguel de Dios + + * operation/incidents/incident.php: fix parameters to pass function + pagination. + Fixes: #2805804 + + 2009-06-23 Miguel de Dios * godmode/agentes/modificar_agente.php: add another "create agent" before diff --git a/pandora_console/operation/incidents/incident.php b/pandora_console/operation/incidents/incident.php index 4af3a65070..db3d24da7d 100644 --- a/pandora_console/operation/incidents/incident.php +++ b/pandora_console/operation/incidents/incident.php @@ -239,7 +239,7 @@ if ($count < 1) { $url .= "&texto=".$texto; // Show pagination - pagination ($count, $url, $offset, 1, false); + pagination ($count + $offset, $url, $offset, 15, false); //($count + $offset) it's real count of incidents because it's use LIMIT $offset in query. echo '
'; // Show headers