2009-06-23 Miguel de Dios <miguel.dedios@artica.es>

* operation/incidents/incident.php: fix parameters to pass function
	pagination. 
	Fixes: #2805804

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1759 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2009-06-23 14:40:54 +00:00
parent 74a5040182
commit ddcd172f21
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2009-06-23 Miguel de Dios <miguel.dedios@artica.es>
* operation/incidents/incident.php: fix parameters to pass function
pagination.
Fixes: #2805804
2009-06-23 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/modificar_agente.php: add another "create agent" before

View File

@ -239,7 +239,7 @@ if ($count < 1) {
$url .= "&amp;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 '<br />';
// Show headers