Code

Updated constant
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Nov 2010 14:20:10 +0000 (14:20 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Nov 2010 14:20:10 +0000 (14:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20238 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/php_setup.inc

index c1e7184a548eb1fda0474ae8f27bf46235672077..0e3e294f2549eb80851dccbcc6605b373cfef75c 100644 (file)
@@ -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/');