Primer commit del sistema avantika sin cambios
This commit is contained in:
22
libs/sysplugins/smarty_method_enablecachemodifycheck.php
Executable file
22
libs/sysplugins/smarty_method_enablecachemodifycheck.php
Executable file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Smarty method EnableCacheModifyCheck
|
||||
*
|
||||
* Enable cache modify check
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage SmartyMethod
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
|
||||
/**
|
||||
* Enable cache modify check
|
||||
*/
|
||||
function Smarty_Method_EnableCacheModifyCheck($smarty)
|
||||
{
|
||||
$smarty->cache_modified_check = true;
|
||||
return;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user