From: urs_hunkler Date: Wed, 25 Jul 2007 11:19:42 +0000 (+0000) Subject: changed old getElementById(id).submit() to the new submitFormById(id) call. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a08d370b518a34751dd5c995a127b4b50ed6890c;p=moodle.git changed old getElementById(id).submit() to the new submitFormById(id) call. --- diff --git a/course/category.php b/course/category.php index a71901d9b7..45da9e9647 100644 --- a/course/category.php +++ b/course/category.php @@ -428,7 +428,7 @@ } } - choose_from_menu ($displaylist, "moveto", "", get_string("moveselectedcoursesto"), "javascript: getElementById('movecourses').submit()"); + choose_from_menu ($displaylist, "moveto", "", get_string("moveselectedcoursesto"), "javascript: submitFormById('movecourses')"); echo ''; echo ''; }