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 + }