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',