]> git.mjollnir.org Git - moodle.git/commitdiff
Deleted comment.
authorethem <ethem>
Wed, 30 Aug 2006 14:16:45 +0000 (14:16 +0000)
committerethem <ethem>
Wed, 30 Aug 2006 14:16:45 +0000 (14:16 +0000)
enrol/authorize/enrol.php

index b504aa08741b14f4b9131d3fc3eaffea627b7f92..d3ec64e850be8e4c6cba8a7ed285467ced6801ea 100755 (executable)
@@ -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();