update user feedback
This commit is contained in:
@@ -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();
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user