fix out of date variable name

This commit is contained in:
Nathan Coad
2018-05-05 21:27:20 +10:00
parent 3601e7492b
commit 19d6b1d432

View File

@@ -703,7 +703,7 @@ function booking_variety_regn_edit_form($node, &$form_state, $nid)
);
} //end checking for delete confirmation
else {
return confirm_form($form, "Are you sure you wish to delete all variety session registrations for id " . $variety_regn_id . "?",
return confirm_form($form, "Are you sure you wish to delete all variety session registrations for id " . $nid . "?",
current_path(), NULL, "Delete Session");
}
}