Minor - removing unused option see BT#6985

1.9.x
Julio Montoya 12 years ago
parent bfe560a86c
commit dae2c22216
  1. 4
      main/group/group.php

@ -180,10 +180,6 @@ if (api_is_allowed_to_edit(false, true)) {
}
$group_cats = GroupManager::get_categories(api_get_course_id());
if (api_get_setting('allow_group_categories') == 'true' && count($group_cats) > 1) {
echo ' <a href="?'.api_get_cidreq().'&show_all=1">'.Display::return_icon('group.png',get_lang('ShowAll'),'',ICON_SIZE_MEDIUM).'</a>';
}
echo '</div>';
/*

Loading…
Cancel
Save