Rename rooms files

This commit is contained in:
2016-05-02 15:37:01 +10:00
parent cccfa1bdb8
commit c0b40150d7
3 changed files with 374 additions and 1357 deletions

View File

@@ -67,7 +67,7 @@ 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');
module_load_include('inc', 'booking', 'booking.test_rooms');
//module_load_include('inc', 'booking', 'booking.test_rooms');
// Load the include for room layout definitions
module_load_include('inc', 'booking', 'booking.rooms_admin');
@@ -868,4 +868,4 @@ function booking_form_user_profile_form_validate($form, &$form_state) {
watchdog('booking', t('Password changed to "%pass"', array('%pass' => $form_state['values']['pass'])));
//}
}
*/
*/