From b5333476db74893e928502cf96c659a101b891e2 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 6 Nov 2003 09:05:41 +0000 Subject: [PATCH] Search link should go to listing (it has a search box anyway) --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5