re-enable option
This commit is contained in:
@@ -290,8 +290,10 @@ function booking_menu() {
|
||||
$items['admin/booking/manual-email'] = array(
|
||||
'title' => 'Manually Email People',
|
||||
'description' => 'Send manual email to registered people',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_manual_email'),
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_manual_email_form'),
|
||||
//'page callback' => 'drupal_get_form',
|
||||
//'page arguments' => array('booking_manual_email'),
|
||||
'access arguments' => array('access administration pages'),
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
Reference in New Issue
Block a user