mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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>
|
2009-07-16 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* include/functions_networkmap.php: Added to repository. Functions used
|
* 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).
|
echo "<option value='".$ag_group."'>".get_group_name ($ag_group).
|
||||||
"</option>";
|
"</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
|
$mis_grupos = list_group ($config["id_user"]); //Print combo for groups and set an array with all groups
|
||||||
echo "</select>";
|
echo "</select>";
|
||||||
echo "<td valign='top'>
|
echo "<td valign='top'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user