This commit is contained in:
2016-05-26 22:18:40 +10:00
parent e06552e3e4
commit 3aa87394f5

View File

@@ -296,7 +296,7 @@ function booking_menu() {
'type' => MENU_NORMAL_ITEM, 'type' => MENU_NORMAL_ITEM,
); );
$items['admin/booking/manual-email/%'] = array( $items['admin/booking/manual-email/%/select'] = array(
'title' => 'Manually Email People Test', 'title' => 'Manually Email People Test',
'description' => 'Send manual email to registered people with preselected values', 'description' => 'Send manual email to registered people with preselected values',
'page callback' => 'booking_manual_email', 'page callback' => 'booking_manual_email',