예제 #1
0
/** Clear the Smarty cache files(in Smarty/smarty_c)
 * * This function will called after migration.
 * */
function clear_smarty_cache($path = null)
{
    Vtiger_Deprecated::clearSmartyCompiledFiles($path);
}