minor tweaks

This commit is contained in:
2016-05-19 08:34:29 +10:00
parent f027df3f6e
commit d60ff7b10e
2 changed files with 6 additions and 9 deletions

View File

@@ -140,10 +140,6 @@ function booking_roomlocation_define_form_submit($form, &$form_state) {
$values = $form_state['input'];
$redirect_path = array('admin/config/booking/rooms');
$new_count = 0;
//get the number of study groups before making this update
//$count = db_query("SELECT count(*) as num FROM {booking_studygroup_list} WHERE booking_eventid = :eid",
// array(':eid' => $event->eid))->fetchObject();
//watchdog('booking', 'Checkboxes when setting buttons: @info', array ('@info' => var_export($checkboxes, TRUE)));
if ($form_state['values']['op'] == 'Create')