forked from extern/egroupware
"identing category levels a bit more"
This commit is contained in:
parent
c531f0077e
commit
18b145fe24
@ -100,7 +100,7 @@ class bo_acl
|
|||||||
#_debug_array($cat)."hier<br>";
|
#_debug_array($cat)."hier<br>";
|
||||||
if($this->is_permitted($cat['id'],$perm_type))
|
if($this->is_permitted($cat['id'],$perm_type))
|
||||||
{
|
{
|
||||||
$s = str_repeat(' ',$cat['level']) . stripslashes($cat['name']);
|
$s = str_repeat(' ',$cat['level']) . stripslashes($cat['name']);
|
||||||
if ($cat['app_name'] == 'phpgw' || $cat['owner'] == '-1')
|
if ($cat['app_name'] == 'phpgw' || $cat['owner'] == '-1')
|
||||||
{
|
{
|
||||||
$s .= ' ♦';
|
$s .= ' ♦';
|
||||||
|
Loading…
Reference in New Issue
Block a user