cleanup trailing whitespace
This commit is contained in:
@@ -166,7 +166,6 @@ function booking_menu() {
|
||||
'file path' => drupal_get_path('module', 'system'),
|
||||
//'type' => MENU_DEFAULT_LOCAL_TASK,
|
||||
|
||||
|
||||
);
|
||||
|
||||
$items['admin/config/booking/general'] = array(
|
||||
|
@@ -885,7 +885,6 @@ function booking_view($node, $view_mode) {
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
$node->content['details'] = array(
|
||||
|
@@ -345,7 +345,6 @@ function booking_room_edit_form_submit($form, &$form_state) {
|
||||
->condition('booking_nodeid', $values['personid'])
|
||||
->execute();
|
||||
|
||||
|
||||
//return;
|
||||
}
|
||||
//otherwise, continue with adding/updating the room allocation
|
||||
|
@@ -39,7 +39,6 @@ function booking_room_view_summary() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Form to view or add a studygroup definition
|
||||
*/
|
||||
@@ -146,7 +145,6 @@ function booking_roomlocation_define_form_submit($form, &$form_state) {
|
||||
//$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')
|
||||
{
|
||||
|
@@ -367,7 +367,6 @@ function _booking_rooms_allocate_form_submit_helper(&$room_mapping, $room, $type
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* function to generate table rows for each single bed defined in this room
|
||||
*/
|
||||
|
@@ -194,7 +194,6 @@ function booking_studygroups_define_form_submit($form, &$form_state) {
|
||||
$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 Study Group')
|
||||
{
|
||||
|
Reference in New Issue
Block a user