cvsimport fixups

This commit is contained in:
Martin Langhoff
2007-08-29 13:10:11 +12:00
parent 59aa15d650
commit 13534ef716
73 changed files with 454 additions and 19869 deletions
+4 -2
View File
@@ -123,8 +123,9 @@
navmenu($course, $cm), '', '');
/// Check to see if groups are being used here
$groupmode = groupmode($course, $cm);
$currentgroup = setup_and_print_groups($course, $groupmode, 'edit.php?d='.$data->id);
groups_print_activity_menu($cm, 'edit.php?d='.$data->id);
$currentgroup = groups_get_activity_group($cm);
$groupmode = groups_get_activity_groupmode($cm);
print_heading(format_string($data->name));
@@ -134,6 +135,7 @@
} else {
$groupselect = "";
$groupparam = "";
$currentgroup = 0;
}
/// Print the tabs