From: tjhunt Date: Tue, 22 May 2007 13:24:51 +0000 (+0000) Subject: Switch a form from post to get, since that is more appropriate. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d1f2b9e130871538decbfde9cf717299818140cd;p=moodle.git Switch a form from post to get, since that is more appropriate. --- diff --git a/question/editlib.php b/question/editlib.php index 1b28851da0..c3ccdd266b 100644 --- a/question/editlib.php +++ b/question/editlib.php @@ -126,7 +126,7 @@ function question_category_form($course, $pageurl, $current, $recurse=1, $showhi popup_form ("edit.php?".$pageurl->get_query_string()."&category=", $catmenu, "catmenu", $current, "", "", "", false, "self", "$strcategory"); - echo '
'; + echo ''; echo "
"; echo $pageurl->hidden_params_out(array('recurse', 'showhidden', 'showquestiontext')); question_category_form_checkbox('recurse', $recurse);