minor tweaks
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user