remove room allocation functions replaced by new autocomplete functions
This commit is contained in:
@@ -61,8 +61,8 @@ module_load_include('inc', 'booking', 'booking.studygroup_leaders');
|
||||
module_load_include('inc', 'booking', 'booking.travel');
|
||||
// Load the include for managing room bookings and definitions
|
||||
module_load_include('inc', 'booking', 'booking.rooms');
|
||||
//still some functions in this file
|
||||
module_load_include('inc', 'booking', 'booking.rooms_old');
|
||||
// load the include for mass-allocating people to rooms
|
||||
module_load_include('inc', 'booking', 'booking.rooms_allocate');
|
||||
// Load the include for room layout definitions
|
||||
module_load_include('inc', 'booking', 'booking.rooms_admin');
|
||||
|
||||
@@ -597,7 +597,7 @@ function booking_menu() {
|
||||
'title' => 'Assign Attendees to Rooms',
|
||||
'description' => 'Assign attendees to rooms via autocomplete fields',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_rooms_allocate_test_form', 3),
|
||||
'page arguments' => array('booking_rooms_allocate_form', 3),
|
||||
'access arguments' => array('edit room allocations'),
|
||||
//'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
Reference in New Issue
Block a user