From 7b44777ef78836ff8bf7ceb58ccd3d9f88409b0f Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Mon, 26 Mar 2007 03:06:39 +0000 Subject: [PATCH] fixing a warning --- course/lib.php | 2 ++ 1 file changed, 2 insertions(+) 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 = ""; -- 2.39.5