Esempio n. 1
0
File: utils.php Progetto: yunter/crm
/** This function retrieves a module's language file and returns the array of strings included.
 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
 * All Rights Reserved.
 * Contributor(s): ______________________________________..
 * If you are in the current module, do not call this function unless you are loading it for the first time */
function return_module_language($language, $module)
{
    return Vtiger_Deprecated::getModuleTranslationStrings($language, $module);
}