From ff4fcb0f52a780311ed8db6c97572ea8d69efa10 Mon Sep 17 00:00:00 2001 From: Daniel Barreto Date: Sat, 15 Feb 2014 16:50:52 -0500 Subject: [PATCH] Now list all courses in reports --- main/inc/ajax/course.ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/ajax/course.ajax.php b/main/inc/ajax/course.ajax.php index 04563f4b0b..f4ee191ed6 100644 --- a/main/inc/ajax/course.ajax.php +++ b/main/inc/ajax/course.ajax.php @@ -65,7 +65,7 @@ switch ($action) { //TODO change this function to search not only courses STARTING with $_GET['q'] $courseList = Coursemanager::get_courses_list( 0, //offset - 10, //howMany + 0, //howMany 1, //$orderby = 1 'ASC', -1, //visibility