From: cajus Date: Thu, 5 Oct 2006 10:46:22 +0000 (+0000) Subject: Updated acl/actions X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=41b3851a98576e3cd9b843a63353a9e669c4f501;p=gosa.git Updated acl/actions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4858 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/smarty/plugins/block.render.php b/include/smarty/plugins/block.render.php index 1f3dbf285..42858ac28 100755 --- a/include/smarty/plugins/block.render.php +++ b/include/smarty/plugins/block.render.php @@ -62,8 +62,8 @@ function smarty_block_render($params, $text, &$smarty) } /* Remove select options */ - $from = array("##i"); - $to = array(" "); + $from = array("##i","/().*(<\/textarea>)/i"); + $to = array(" ","\\1\\2"); $text = preg_replace($from,$to,$text); return $text;