コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
/** 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);
}