From: gustav_delius Date: Sun, 22 Aug 2004 09:58:02 +0000 (+0000) Subject: fixed bug preventing move of module to bottom of section 0 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=78bf3de3fe5bf544b6d585e802fbe70a15f9aa7d;p=moodle.git fixed bug preventing move of module to bottom of section 0 --- 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"; }