From edbe60abb6e056285340274c3914944c18066096 Mon Sep 17 00:00:00 2001 From: ethem Date: Wed, 30 Aug 2006 14:16:45 +0000 Subject: [PATCH] Deleted comment. --- enrol/authorize/enrol.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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(); -- 2.39.5