示例#1
0
文件: utils.php 项目: yunter/crm
function return_specified_module_language($language, $module)
{
    return Vtiger_Deprecated::return_app_list_strings_language($language, $module);
}