From: cajus Date: Tue, 16 Nov 2010 14:20:10 +0000 (+0000) Subject: Updated constant X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c8a7b6953c4846e19c9a5332c9575c5ee1187415;p=gosa.git Updated constant git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20238 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/php_setup.inc b/gosa-core/include/php_setup.inc index c1e7184a5..0e3e294f2 100644 --- a/gosa-core/include/php_setup.inc +++ b/gosa-core/include/php_setup.inc @@ -292,7 +292,7 @@ require("smarty/Smarty.class.php"); $smarty = new Smarty; $smarty->template_dir = $BASE_DIR.'/ihtml/'; $smarty->caching= false; -$smarty->php_handling= SMARTY_PHP_REMOVE; +$smarty->php_handling= Smarty::PHP_REMOVE; /* Global FPDF define */ define('FPDF_FONTPATH', '/usr/share/php/fpdf/font/');