Fatal error: Call to a member function checkbox() on a non-object in /usr/local/www/data/moodledev/enrol/authorize/locallib.php on line 675

This commit is contained in:
ethem 2009-09-28 20:17:24 +00:00
parent 5f05358d4b
commit 4735315363

View File

@ -658,7 +658,7 @@ function authorize_get_status_color($status)
function authorize_print_action_button($orderid, $do, $suborderid=0, $confirm=false, $unenrol=false, $nobutton=false, $extrahtml='')
{
global $CFG;
global $CFG, $OUTPUT;
global $authstrs;
$ret = '<form action="'.$CFG->wwwroot.'/enrol/authorize/index.php'.'" method="post"><div>' .