예제 #1
0
/**
 * Function to write the vtiger_parenttabid and name to a flat file parent_tabdata.txt so that the data
 * is obtained from the file instead of repeated queries
 * returns null
 */
function create_parenttab_data_file()
{
    return Vtiger_Deprecated::createModuleGroupMetaFile();
}