From: ethem Date: Wed, 30 Aug 2006 14:16:45 +0000 (+0000) Subject: Deleted comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=edbe60abb6e056285340274c3914944c18066096;p=moodle.git Deleted comment. --- diff --git a/enrol/authorize/enrol.php b/enrol/authorize/enrol.php index b504aa0874..d3ec64e850 100755 --- a/enrol/authorize/enrol.php +++ b/enrol/authorize/enrol.php @@ -329,13 +329,6 @@ class enrolment_plugin_authorize } - - /** - * validate_cc_form (static method) - * - * @param unknown_type $form - * @return bool - */ function validate_cc_form($form) { global $CFG; @@ -559,7 +552,7 @@ class enrolment_plugin_authorize // required fields $loginval = optional_param('an_login', ''); if (empty($loginval)) { - return false; + return false; } set_config('an_login', $loginval); @@ -719,7 +712,7 @@ class enrolment_plugin_authorize $alltypes = array(AN_METHOD_CC, AN_METHOD_ECHECK); if ($getall) { - return $alltypes; + return $alltypes; } $ret = array();