diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 11586961f3..30535d9b47 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2009-07-17 Miguel de Dios <miguel.dedios@artica.es> + + * godmode/agentes/modificar_agente.php: fix bug that appear two times the + group "All". + Fixes: #2822999 + 2009-07-16 Ramon Novoa <rnovoa@artica.es> * include/functions_networkmap.php: Added to repository. Functions used diff --git a/pandora_console/godmode/agentes/modificar_agente.php b/pandora_console/godmode/agentes/modificar_agente.php index 9cf1e25e9c..318fdd5024 100644 --- a/pandora_console/godmode/agentes/modificar_agente.php +++ b/pandora_console/godmode/agentes/modificar_agente.php @@ -73,7 +73,7 @@ if ($ag_group > 1) { echo "<option value='".$ag_group."'>".get_group_name ($ag_group). "</option>"; } -echo "<option value=1>".get_group_name (1)."</option>"; // Group all is always active +//echo "<option value=1>".get_group_name (1)."</option>"; // Group all is always active $mis_grupos = list_group ($config["id_user"]); //Print combo for groups and set an array with all groups echo "</select>"; echo "<td valign='top'>