]> git.mjollnir.org Git - moodle.git/commitdiff
Search link should go to listing (it has a search box anyway)
authormoodler <moodler>
Thu, 6 Nov 2003 09:05:41 +0000 (09:05 +0000)
committermoodler <moodler>
Thu, 6 Nov 2003 09:05:41 +0000 (09:05 +0000)
course/lib.php

index f52ee22b4ed934a36ec7a9020e4a97afa61b87cd..69339b73240c19b67776d9643af4c9ce6e0dacea 100644 (file)
@@ -1085,7 +1085,7 @@ function print_courses_sideblock($category=0, $width="100%") {
             $moddata[]="<a $linkcss href=\"$CFG->wwwroot/course/category.php?id=$category->id\">$category->name</a>";
             $modicon[]=$icon;
         }
-        $fulllist = "<p><a href=\"$CFG->wwwroot/course/search.php\">".get_string("searchcourses")."</a>...";
+        $fulllist = "<p><a href=\"$CFG->wwwroot/course/\">".get_string("searchcourses")."</a>...";
     } else {                          // Just print course names of single category
         $category = array_shift($categories);
         $courses = get_courses($category->id);