2010-07-19 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_db.php: fixed in the function "get_user_groups", order the list of groups by id_grupo for to other external operations. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3028 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d3b96c6bd2
commit
9f41e971ec
|
@ -1,3 +1,8 @@
|
||||||
|
2010-07-19 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* include/functions_db.php: fixed in the function "get_user_groups", order
|
||||||
|
the list of groups by id_grupo for to other external operations.
|
||||||
|
|
||||||
2010-07-19 Miguel de Dios <miguel.dedios@artica.es>
|
2010-07-19 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* operation/users/user.php, godmode/users/user_list.php: added the default
|
* operation/users/user.php, godmode/users/user_list.php: added the default
|
||||||
|
|
|
@ -1525,6 +1525,8 @@ function get_user_groups ($id_user = false, $privilege = "AR", $returnAllGroup =
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ksort($user_groups);
|
||||||
|
|
||||||
return $user_groups;
|
return $user_groups;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue