Skip to content

Commit

Permalink
Fixing bug # 2199 - missing some teacher roles in course/category.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mjollnir_ committed Nov 20, 2004
1 parent 175885e commit 609cba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/category.php
Expand Up @@ -236,7 +236,7 @@
unset($course); // To avoid unwanted language effects later unset($course); // To avoid unwanted language effects later


$courses = get_courses_page($category->id, 'c.sortorder ASC', $courses = get_courses_page($category->id, 'c.sortorder ASC',
'c.id,c.sortorder,c.shortname,c.fullname,c.summary,c.visible', 'c.id,c.sortorder,c.shortname,c.fullname,c.summary,c.visible,c.teacher',
$totalcount, $page*$perpage, $perpage); $totalcount, $page*$perpage, $perpage);
$numcourses = count($courses); $numcourses = count($courses);


Expand Down

0 comments on commit 609cba7

Please sign in to comment.