comment out deprecated email admin pages

This commit is contained in:
Nathan Coad
2018-05-22 12:26:24 +10:00
parent bec6253981
commit 9e87ed88df

View File

@@ -216,7 +216,7 @@ function booking_menu() {
'file' => 'booking.emails_admin.inc', 'file' => 'booking.emails_admin.inc',
'type' => MENU_LOCAL_ACTION, 'type' => MENU_LOCAL_ACTION,
); );
/*
$items['admin/config/booking/emails/custom'] = array( $items['admin/config/booking/emails/custom'] = array(
'title' => 'Booking module custom email definitions', 'title' => 'Booking module custom email definitions',
'description' => 'Configure custom emails used by the Booking module', 'description' => 'Configure custom emails used by the Booking module',
@@ -235,6 +235,7 @@ function booking_menu() {
'file' => 'booking.emails_admin.inc', 'file' => 'booking.emails_admin.inc',
'type' => MENU_LOCAL_ACTION, 'type' => MENU_LOCAL_ACTION,
); );
*/
$items['admin/config/booking/events'] = array( $items['admin/config/booking/events'] = array(
'title' => 'Booking module event settings', 'title' => 'Booking module event settings',
'description' => 'Configure events for the Booking module', 'description' => 'Configure events for the Booking module',