remove deprecated studygroup calculation function
This commit is contained in:
@@ -549,16 +549,6 @@ function booking_menu() {
|
||||
'type' => MENU_CALLBACK
|
||||
);
|
||||
|
||||
/*
|
||||
$items['admin/booking/studygroups/calculate'] = array(
|
||||
'title' => 'Calculate Study Groups',
|
||||
'description' => 'Calculate Study Group memberships',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_studygroups_calculate'),
|
||||
'access arguments' => array('edit study groups'),
|
||||
'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
*/
|
||||
$items['admin/booking/studygroups/%/update'] = array(
|
||||
'title' => 'Update Study Groups',
|
||||
'description' => 'Calculate updated Study Group memberships',
|
||||
|
Reference in New Issue
Block a user