fixed bug preventing move of module to bottom of section 0

This commit is contained in:
gustav_delius 2004-08-22 09:58:02 +00:00
parent b8db385fa1
commit 78bf3de3fe

View file

@ -961,7 +961,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false,
}
if ($ismoving) {
echo "<tr><td><a title=\"$strmovefull\"".
" href=\"mod.php?movetosection=$section->id\">".
" href=\"$CFG->wwwroot/course/mod.php?movetosection=$section->id\">".
"<img height=\"16\" width=\"80\" src=\"$CFG->pixpath/movehere.gif\" ".
" alt=\"$strmovehere\" border=\"0\"></a></td></tr>\n";
}