get_my_courses() - ensure we have groupmode, groupmodeforce in $d_fields - calendar/lib.php counts on it

This commit is contained in:
martinlanghoff
2007-05-06 05:37:28 +00:00
parent 0a66585b3d
commit 0f7caaf84f
+1 -1
View File
@@ -686,7 +686,7 @@ function get_my_courses($userid, $sort=NULL, $fields=NULL, $doanything=false,$li
// Default parameters
$d_sort = 'visible DESC,sortorder ASC';
$d_fields = 'id, category, sortorder, shortname, fullname, idnumber, newsitems, teacher, teachers, student, students, guest, startdate, visible, cost, enrol, summary';
$d_fields = 'id, category, sortorder, shortname, fullname, idnumber, newsitems, teacher, teachers, student, students, guest, startdate, visible, cost, enrol, summary, groupmode, groupmodeforce';
$usingdefaults = true;
if (is_null($sort)) {