To avoid moving to same category

This commit is contained in:
moodler
2003-08-09 17:31:33 +00:00
parent f31200247f
commit 2c71ddbaa8
+1
View File
@@ -287,6 +287,7 @@
if ($abletomovecourses) {
echo "<tr><td colspan=3 align=right>";
echo "<br />";
unset($displaylist[$category->id]);
choose_from_menu ($displaylist, "moveto", "", get_string("moveselectedcoursesto"), "");
echo "<input type=\"hidden\" name=\"id\" value=\"$category->id\">";
echo "<input type=\"submit\" value=\"".get_string("move")."\">";