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:
parent
74a5040182
commit
ddcd172f21
|
@ -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
|
||||
|
|
|
@ -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 '<br />';
|
||||
|
||||
// Show headers
|
||||
|
|
Loading…
Reference in New Issue