Skip to content

Commit

Permalink
Fixo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethem committed Feb 11, 2008
1 parent a6c970b commit f31d516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/authorize/locallib.php
Expand Up @@ -27,7 +27,7 @@ function authorize_print_orders($courseid, $userid)
$status = optional_param('status', AN_STATUS_NONE, PARAM_INT); $status = optional_param('status', AN_STATUS_NONE, PARAM_INT);


$searchmenu = array('orderid' => $authstrs->orderid, 'transid' => $authstrs->transid, 'cclastfour' => $authstrs->cclastfour); $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 .= choose_from_menu($searchmenu, 'searchtype', $searchtype, '', '', '0', true);
$buttons .= "<input type='text' size='16' name='searchquery' value='' />"; $buttons .= "<input type='text' size='16' name='searchquery' value='' />";
$buttons .= "<input type='submit' value='$strs->search' />"; $buttons .= "<input type='submit' value='$strs->search' />";
Expand Down

0 comments on commit f31d516

Please sign in to comment.