]> git.mjollnir.org Git - moodle.git/commitdiff
Switch a form from post to get, since that is more appropriate.
authortjhunt <tjhunt>
Tue, 22 May 2007 13:24:51 +0000 (13:24 +0000)
committertjhunt <tjhunt>
Tue, 22 May 2007 13:24:51 +0000 (13:24 +0000)
question/editlib.php

index 1b28851da0d71ddd94c13c56cc34e3835bda1802..c3ccdd266b7684655d8a1b081a434929a4722be5 100644 (file)
@@ -126,7 +126,7 @@ function question_category_form($course, $pageurl, $current, $recurse=1, $showhi
 
     popup_form ("edit.php?".$pageurl->get_query_string()."&amp;category=", $catmenu, "catmenu", $current, "", "", "", false, "self", "<strong>$strcategory</strong>");
 
-    echo '<form method="post" action="edit.php" id="displayoptions">';
+    echo '<form method="get" action="edit.php" id="displayoptions">';
     echo "<fieldset class='invisiblefieldset'>";
     echo $pageurl->hidden_params_out(array('recurse', 'showhidden', 'showquestiontext'));
     question_category_form_checkbox('recurse', $recurse);