Progress variety session form
This commit is contained in:
@@ -345,11 +345,11 @@ function booking_menu() {
|
||||
'type' => MENU_CALLBACK,
|
||||
);
|
||||
|
||||
$items['admin/config/booking/variety/%/session/edit'] = array(
|
||||
$items['admin/config/booking/variety/session/%/edit'] = array(
|
||||
'title' => 'Edit Variety Session',
|
||||
'description' => 'Edit variety session for the specified timeslot',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_variety_edit_session_form', 4),
|
||||
'page arguments' => array('booking_variety_edit_session_form', 5),
|
||||
'access arguments' => array('access administration pages'),
|
||||
'type' => MENU_CALLBACK,
|
||||
);
|
||||
|
Reference in New Issue
Block a user