2007-09-24 Sancho Lerena <slerena@gmail.com>
* operation/agentes/estado_agente.php: Fixed BUG 1801301 thanks to Eric Ross. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@660 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5ee350b3f0
commit
c206e7231d
|
@ -1,3 +1,8 @@
|
|||
|
||||
2007-09-24 Sancho Lerena <slerena@gmail.com>
|
||||
|
||||
* operation/agentes/estado_agente.php: Fixed BUG 1801301 thanks to Eric Ross.
|
||||
|
||||
2007-09-20 Sancho Lerena <slerena@gmail.com>
|
||||
|
||||
* operation/agentes/estado_alertas.php: Alert icon is now the box icon.
|
||||
|
|
|
@ -105,7 +105,8 @@ if (comprueba_login() == 0) {
|
|||
$total_events = $row2[0];
|
||||
// Prepare pagination
|
||||
|
||||
pagination ($total_events, "index.php?sec=estado&sec2=operation/agentes/estado_agente&group_id=$group_id&refr=60", $offset);
|
||||
pagination ($total_events,
|
||||
"index.php?sec=estado&sec2=operation/agentes/estado_agente&group_id=$ag_group&refr=60", $offset);
|
||||
// Show data.
|
||||
$result=mysql_query($sql);
|
||||
if (mysql_num_rows($result)){
|
||||
|
|
Loading…
Reference in New Issue