remove deprecated studygroup calculation function

This commit is contained in:
2016-06-23 18:28:39 +10:00
parent 4adc2b4ee5
commit e69ebc95bd
2 changed files with 22 additions and 353 deletions

View File

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