From 9e87ed88df156e0d640788be010ccef9de1d7753 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 22 May 2018 12:26:24 +1000 Subject: [PATCH] comment out deprecated email admin pages --- booking.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/booking.module b/booking.module index df4611b..db5441f 100644 --- a/booking.module +++ b/booking.module @@ -216,7 +216,7 @@ function booking_menu() { 'file' => 'booking.emails_admin.inc', 'type' => MENU_LOCAL_ACTION, ); - +/* $items['admin/config/booking/emails/custom'] = array( 'title' => 'Booking module custom email definitions', 'description' => 'Configure custom emails used by the Booking module', @@ -235,6 +235,7 @@ function booking_menu() { 'file' => 'booking.emails_admin.inc', 'type' => MENU_LOCAL_ACTION, ); +*/ $items['admin/config/booking/events'] = array( 'title' => 'Booking module event settings', 'description' => 'Configure events for the Booking module',