summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6df4839)
raw | patch | inline | side by side (parent: 6df4839)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 Jul 2006 03:20:42 +0000 (03:20 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 Jul 2006 03:20:42 +0000 (03:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4294 594d385d-05f5-0310-b6e9-bd551577e9d8
include/smarty/plugins/block.render.php | patch | blob | history |
index d3406ec2d1e16149d3a7b17fd3d3100c3c7cf1dd..b2f8083d0f0fb1b1d8bf71c456cfd7034defab2d 100755 (executable)
function smarty_block_render($params, $text, &$smarty)
{
- $text = stripslashes($text);
- $acl = "";
-
/* Skip closing tag </render> */
if(empty($text)) {
return("");