2010-04-22 Sergio Martin <sergio.martin@artica.es>
* godmode/groups/group_list.php: Avoid to show the All group on the table git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2589 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
107599d6c3
commit
ee0ee36aa3
|
@ -1,3 +1,8 @@
|
||||||
|
2010-04-22 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* godmode/groups/group_list.php: Avoid to show
|
||||||
|
the All group on the table
|
||||||
|
|
||||||
2010-04-22 Sergio Martin <sergio.martin@artica.es>
|
2010-04-22 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_ui.php
|
* include/functions_ui.php
|
||||||
|
|
|
@ -147,7 +147,7 @@ $table->align = array ();
|
||||||
$table->align[4] = 'center';
|
$table->align[4] = 'center';
|
||||||
$table->data = array ();
|
$table->data = array ();
|
||||||
|
|
||||||
$groups = get_user_groups ($config['id_user'], "AR");
|
$groups = get_user_groups ($config['id_user'], "AR", false);
|
||||||
|
|
||||||
foreach ($groups as $id_group => $group_name) {
|
foreach ($groups as $id_group => $group_name) {
|
||||||
$data = array ();
|
$data = array ();
|
||||||
|
|
Loading…
Reference in New Issue