]> git.mjollnir.org Git - moodle.git/commitdiff
Fixo
authorethem <ethem>
Mon, 11 Feb 2008 13:54:28 +0000 (13:54 +0000)
committerethem <ethem>
Mon, 11 Feb 2008 13:54:28 +0000 (13:54 +0000)
enrol/authorize/locallib.php

index 5e4b5bb53666d39c0d170fcd85551d93b4eb2372..c8291e814fd3ef8b9b2ca2e28770d7255b406aa4 100644 (file)
@@ -27,7 +27,7 @@ function authorize_print_orders($courseid, $userid)
     $status = optional_param('status', AN_STATUS_NONE, PARAM_INT);
 
     $searchmenu = array('orderid' => $authstrs->orderid, 'transid' => $authstrs->transid, 'cclastfour' => $authstrs->cclastfour);
-    $buttons = "<form method='get' action='index.php' autocomplete='off'><div>";
+    $buttons = "<form method='post' action='index.php' autocomplete='off'><div>";
     $buttons .= choose_from_menu($searchmenu, 'searchtype', $searchtype, '', '', '0', true);
     $buttons .= "<input type='text' size='16' name='searchquery' value='' />";
     $buttons .= "<input type='submit' value='$strs->search' />";