Code

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