From: moodler Date: Thu, 29 Mar 2007 03:28:37 +0000 (+0000) Subject: Merging MDL-9101 from 1.8 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=373048845150932da95e6823d476b8316fe855c6;p=moodle.git Merging MDL-9101 from 1.8 --- diff --git a/course/category.php b/course/category.php index 9770e08992..96d3ff633b 100644 --- a/course/category.php +++ b/course/category.php @@ -254,7 +254,7 @@ print_box_end(); } else { - print_paging_bar($totalcount, $page, $perpage, "category.php?id=$category->id&perpage=$perpage&"); + print_paging_bar($totalcount, $page, $perpage, "category.php?id=$category->id&perpage=$perpage&"); $strcourses = get_string("courses"); $strselect = get_string("select");