mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-12 16:35:05 +02:00
Cleaned source code style. (only for test git)
This commit is contained in:
parent
43d06f96b7
commit
03adf3f9d6
@ -1628,7 +1628,8 @@ function groups_get_all_hierarchy_group ($id_group, $hierarchy = array()) {
|
||||
|
||||
if ($id_group == 0) {
|
||||
$hierarchy = groups_get_childrens($id_group);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
$hierarchy[] = $id_group;
|
||||
$parent = db_get_value('parent','tgrupo','id_grupo',$id_group);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user