remove room allocation functions replaced by new autocomplete functions

This commit is contained in:
Nathan Coad
2016-05-16 11:55:11 +10:00
parent 32d2e1692d
commit 0274c5fde1
7 changed files with 1042 additions and 1452 deletions

View File

@@ -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,
);