From: moodler Date: Sat, 16 Aug 2003 05:43:26 +0000 (+0000) Subject: Backed out the new configuration variable "creatornewcourses" as it X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=21f93862bd3450a8d80462dbbf7ad2029a58af2f;p=moodle.git Backed out the new configuration variable "creatornewcourses" as it is no longer wanted or needed --- diff --git a/admin/config.html b/admin/config.html index a78344a60b..fcf562e3da 100644 --- a/admin/config.html +++ b/admin/config.html @@ -300,23 +300,6 @@ - -

creatornewcourse: - - creatornewcourse, "", "", ""); - ?> - - - - - - - diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 15732cdf68..dbcf998084 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -102,7 +102,6 @@ $string['closewindow'] = "Close this window"; $string['comparelanguage'] = "Compare and edit current language"; $string['complete'] = "Complete"; $string['configcountry'] = "If you set a country here, then this country will be selected by default on new user accounts. To force users to choose a country, just leave this unset."; -$string['configcreatornewcourse'] = "Course creators are people who have the right to edit existing courses and change all the settings . If this setting is enabled, the course creators will ALSO be allowed to create completely new courses."; $string['configdebug'] = "If you turn this on, then PHP's error_reporting will be increased so that more warnings are printed. This is only useful for developers."; $string['configgdversion'] = "Indicate the version of GD that is installed. The version shown by default is the one that has been auto-detected. Don't change this unless you really know what you're doing."; $string['configerrorlevel'] = "Choose the amount of PHP warnings that you want to be displayed. Normal is usually the best choice."; diff --git a/lib/defaults.php b/lib/defaults.php index 84245b74c1..3669c721e1 100644 --- a/lib/defaults.php +++ b/lib/defaults.php @@ -7,7 +7,6 @@ "auth" => "email", "changepassword" => true, "country" => "", - "creatornewcourse" => false, "debug" => 7, "framename" => "_top", "frontpage" => 0,