From: moodler Date: Thu, 6 Nov 2003 09:05:41 +0000 (+0000) Subject: Search link should go to listing (it has a search box anyway) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b5333476db74893e928502cf96c659a101b891e2;p=moodle.git Search link should go to listing (it has a search box anyway) --- diff --git a/course/lib.php b/course/lib.php index f52ee22b4e..69339b7324 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1085,7 +1085,7 @@ function print_courses_sideblock($category=0, $width="100%") { $moddata[]="wwwroot/course/category.php?id=$category->id\">$category->name"; $modicon[]=$icon; } - $fulllist = "

wwwroot/course/search.php\">".get_string("searchcourses")."..."; + $fulllist = "

wwwroot/course/\">".get_string("searchcourses")."..."; } else { // Just print course names of single category $category = array_shift($categories); $courses = get_courses($category->id);