course-category MDL-23058 Fixed pagination bug with category listing. Kudos Myles for the patch

This commit is contained in:
Sam Hemelryk 2010-07-21 06:46:19 +00:00
parent 7941cb2163
commit 8c5ce0ec59

View file

@ -258,7 +258,7 @@
echo $OUTPUT->box_end(); echo $OUTPUT->box_end();
} else { } else {
echo $OUTPUT->paging_bar($totalcount, $page, $perpage, "/mod/course/category.php?id=$category->id&perpage=$perpage"); echo $OUTPUT->paging_bar($totalcount, $page, $perpage, "/course/category.php?id=$category->id&perpage=$perpage");
$strcourses = get_string('courses'); $strcourses = get_string('courses');
$strselect = get_string('select'); $strselect = get_string('select');