fix out of date variable name
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user