From: toyomoyo Date: Mon, 26 Mar 2007 03:06:39 +0000 (+0000) Subject: fixing a warning X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7b44777ef78836ff8bf7ceb58ccd3d9f88409b0f;p=moodle.git fixing a warning --- diff --git a/course/lib.php b/course/lib.php index f74154aed9..b99abecb42 100644 --- a/course/lib.php +++ b/course/lib.php @@ -2301,6 +2301,8 @@ function make_editing_buttons($mod, $absolute=false, $moveselect=true, $indent=- ' src="'.$CFG->pixpath.'/t/down.gif" class="iconsmall" '. ' alt="'.$str->movedown.'" />'."\n"; } + } else { + $move = ''; } $leftright = "";