diff --git a/enrol/authorize/locallib.php b/enrol/authorize/locallib.php index 5e4b5bb5366..c8291e814fd 100644 --- a/enrol/authorize/locallib.php +++ b/enrol/authorize/locallib.php @@ -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 = "
"; + $buttons = "
"; $buttons .= choose_from_menu($searchmenu, 'searchtype', $searchtype, '', '', '0', true); $buttons .= ""; $buttons .= "";