Code

Updated smarty
[gosa.git] / gosa-core / include / smarty / sysplugins / smarty_method_iscompilecheck.php
1 <?php
3 /**
4 * Smarty method IsCompileCheck
5
6 * is compile checking
7
8 * @package Smarty
9 * @subpackage SmartyMethod
10 * @author Uwe Tews 
11 */
13 /**
14 * is compile checking
15 */
16 function  Smarty_Method_IsCompileCheck($smarty)
17 {
18     return $smarty->compile_check;
19
21 ?>