From 18b145fe24765bef643788d6f3f5b77aedc4ee20 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 6 Nov 2009 10:00:02 +0000 Subject: [PATCH] "identing category levels a bit more" --- resources/inc/class.bo_acl.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/inc/class.bo_acl.inc.php b/resources/inc/class.bo_acl.inc.php index bad7788540..c3a11632f3 100755 --- a/resources/inc/class.bo_acl.inc.php +++ b/resources/inc/class.bo_acl.inc.php @@ -100,7 +100,7 @@ class bo_acl #_debug_array($cat)."hier
"; 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') { $s .= ' ♦';