Code

Removed debug output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 22 Mar 2007 14:18:57 +0000 (14:18 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 22 Mar 2007 14:18:57 +0000 (14:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5864 594d385d-05f5-0310-b6e9-bd551577e9d8

include/sieve/class_sieveElement_If.inc

index 445a42a92eed0ce79fe7230a0bc07039197c63d6..702ccdb30a8130fcc19f82e02617917665a64575 100644 (file)
@@ -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;
         }