]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15402: remove has_multiple_instance(), API will know there is multiple instance...
authorjerome <jerome>
Thu, 18 Sep 2008 05:23:02 +0000 (05:23 +0000)
committerjerome <jerome>
Thu, 18 Sep 2008 05:23:02 +0000 (05:23 +0000)
repository/boxnet/repository.class.php

index 583dfaa1aa0ac26ec54a82a58b6b3eb664860167..1d13885b52ca52bf5d0183d24c5405c75c2efc93 100755 (executable)
@@ -172,10 +172,6 @@ class repository_boxnet extends repository {
         $mform->addRule('api_key', $strrequired, 'required', null, 'client');
         $mform->addElement('static', null, '',  get_string('information','repository_boxnet'));
     }
-
-    public function instance_config_form(&$mform) {
-        $mform->addElement('text', 'share_url', get_string('shareurl', 'repository_boxnet'));
-    }
 }
 
 ?>