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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1809 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e0e2c0c9a7
commit
62b667085e
|
@ -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
|
||||
|
|
|
@ -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'>
|
||||
|
|
Loading…
Reference in New Issue