From: hickert Date: Thu, 22 Mar 2007 14:18:57 +0000 (+0000) Subject: Removed debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d9969cbbd536d431969fc7699d0021e931cdcdfb;p=gosa.git Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5864 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/sieve/class_sieveElement_If.inc b/include/sieve/class_sieveElement_If.inc index 445a42a92..702ccdb30 100644 --- a/include/sieve/class_sieveElement_If.inc +++ b/include/sieve/class_sieveElement_If.inc @@ -1017,7 +1017,6 @@ class sieve_if $smarty->assign("ID" , $element_id); $str = $smarty->fetch(get_template_path("templates/element_address.tpl",TRUE,dirname(__FILE__))); $ret .= $str; - echo htmlentities($str); break; }