2010-04-27 Sergio Martin <sergio.martin@artica.es>
* godmode/servers/manage_recontask_form.php: Avoided that the All group appears on the combobox for bug # 2992906 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2616 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
dab1439636
commit
a11d3472ad
|
@ -1,3 +1,9 @@
|
|||
2010-04-27 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/servers/manage_recontask_form.php: Avoided
|
||||
that the All group appears on the combobox for
|
||||
bug # 2992906
|
||||
|
||||
2010-04-27 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* extras/pandoradb_migrate_v3.0_to_v3.1.sql: Changed
|
||||
|
|
|
@ -108,7 +108,7 @@ $table->data[6][1] .= '<a href="#" class="tip"> <span>'.__('Ports defined l
|
|||
|
||||
// Group
|
||||
$table->data[7][0] = "<b>".__('Group');
|
||||
$groups = get_user_groups ();
|
||||
$groups = get_user_groups (false, "AR", false);
|
||||
$table->data[7][1] = print_select ($groups, 'id_group', $id_group, '', '', 0, true);
|
||||
//$table->data[7][1] = print_select_from_sql ('SELECT id_grupo, nombre FROM tgrupo ORDER BY nombre', "id_group", $id_group, '', 'All', 0, true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue