Remove unused code.

1.10.x
Julio Montoya 10 years ago
parent 2ce3a2367e
commit 01fd816720
  1. 6
      main/group/group_creation.php

@ -50,12 +50,6 @@ if (isset($_POST['action'])) {
header('Location: group.php?action=show_msg&msg='.$msg);
exit;
break;
case 'create_virtual_groups':
$ids = GroupManager::create_groups_from_virtual_courses();
$msg = urlencode(count($ids).' '.get_lang('GroupsAdded'));
header('Location: group.php?action=show_msg&msg='.$msg);
exit;
break;
case 'create_subgroups':
GroupManager::create_subgroups($_POST['base_group'], $_POST['number_of_groups']);
$msg = urlencode($_POST['number_of_groups'].' '.get_lang('GroupsAdded'));

Loading…
Cancel
Save