fixed a typo in the URL produced by the group menu on forum/view.php

This commit is contained in:
gustav_delius
2004-03-02 22:11:48 +00:00
parent f7fcac8686
commit 6ff27f32af
+1 -1
View File
@@ -101,7 +101,7 @@
if ($groupmode == VISIBLEGROUPS or ($groupmode and isteacheredit($course->id))) {
if ($groups = get_records_menu("groups", "courseid", $course->id, "name ASC", "id,name")) {
echo '<td>';
print_group_menu($groups, $groupmode, $currentgroup, "view.php?id=$cm->id&group=");
print_group_menu($groups, $groupmode, $currentgroup, "view.php?id=$cm->id");
echo '</td>';
}
}