From 78bf3de3fe5bf544b6d585e802fbe70a15f9aa7d Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 22 Aug 2004 09:58:02 +0000 Subject: [PATCH] fixed bug preventing move of module to bottom of section 0 --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/lib.php b/course/lib.php index 8229e7cc05..8d3b0c263f 100644 --- a/course/lib.php +++ b/course/lib.php @@ -961,7 +961,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false, } if ($ismoving) { echo "id\">". + " href=\"$CFG->wwwroot/course/mod.php?movetosection=$section->id\">". "pixpath/movehere.gif\" ". " alt=\"$strmovehere\" border=\"0\">\n"; } -- 2.39.5