$unused) { $print_required_array .= "required['$required'] = '". $all_fields[$required] . "';\n"; } $the_script = << EOQ; return $the_script; } function get_validate_upload_js () { global $mod_strings; $err_missing_required_fields = $mod_strings['ERR_MISSING_REQUIRED_FIELDS']; $lbl_select_file = $mod_strings['ERR_SELECT_FILE']; $lbl_custom = $mod_strings['LBL_CUSTOM']; $the_script = << EOQ; return $the_script; } function getFieldSelect(&$column_fields,$colnum,&$required_fields,$suggest_field,$translated_fields,$module) { global $mod_strings; global $app_strings; global $outlook_contacts_field_map; require_once('include/database/PearDatabase.php'); global $adb; $output = "\n"; return $output; } function get_readonly_js () { ?>