From f31d516e95408303d73aff6ef8d23d21af93cb7e Mon Sep 17 00:00:00 2001 From: ethem Date: Mon, 11 Feb 2008 13:54:28 +0000 Subject: [PATCH] Fixo --- enrol/authorize/locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enrol/authorize/locallib.php b/enrol/authorize/locallib.php index 5e4b5bb536..c8291e814f 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 .= ""; -- 2.39.5