From 49afbbf6ebcca5e07c42edee529492d25a1420fa Mon Sep 17 00:00:00 2001 From: slerena Date: Sun, 3 Dec 2006 23:50:13 +0000 Subject: [PATCH] 2006-12-03 Sancho Lerena * godmode/agentes/configurar_agente.php: Fixed bug editing alerts. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@301 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/godmode/agentes/configurar_agente.php | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c249066774..d265cf18d8 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2006-12-03 Sancho Lerena + + * godmode/agentes/configurar_agente.php: Fixed bug editing alerts. + 2006-12-03 Raul Mateos * include/styles/pandora.css: new style for not found items. Join styles. diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 1f2b07f66c..919e9b57f3 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -1008,9 +1008,9 @@ while ($row=mysql_fetch_array($result)){ - +     - + @@ -1091,4 +1091,4 @@ echo ''; else { audit_db($id_user,$REMOTE_ADDR, "ACL Violation","Trying to access Agent Management"); require ("general/noaccess.php"); - } \ No newline at end of file + }