From: hickert Date: Thu, 3 Aug 2006 07:18:24 +0000 (+0000) Subject: Added additional debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e69fcc6120ad168fdf711c222b5ff1e8b6591f35;p=gosa.git Added additional debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4374 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/smarty/plugins/block.render.php b/include/smarty/plugins/block.render.php index b2f8083d0..63c8c3444 100755 --- a/include/smarty/plugins/block.render.php +++ b/include/smarty/plugins/block.render.php @@ -13,7 +13,7 @@ function smarty_block_render($params, $text, &$smarty) unset($params['acl']); } - echo "".$acl.""; + echo " ".$acl.""; /* Read / Write*/ if(preg_match("/w/i",$acl)){