update user feedback

This commit is contained in:
Nathan Coad
2018-06-30 14:52:14 +10:00
parent 6754b1f997
commit ae9b61828c

View File

@@ -206,10 +206,10 @@ function booking_import_data_admin_submit($form, &$form_state)
} }
//handle study group processing only if the node id was used as a key //handle study group processing only if the node id was used as a key
if ($key == 'nid') { if (isset($record['nid'])) {
$update_text .= _booking_import_studygroup_info($record['nid'], $studygroups_update_array, $studygroup_roles_update_array); $update_text .= _booking_import_studygroup_info($record['nid'], $studygroups_update_array, $studygroup_roles_update_array);
drupal_set_message(t("Updating record !nid as follows: !update", array('!nid' => $record['nid'], '!update' => $update_text)));
} }
drupal_set_message(t("Updating record !nid as follows: !update", array('!nid' => $record[$key], '!update' => $update_text)));
//$args = $query->getArguments(); //$args = $query->getArguments();
/* /*