]> git.mjollnir.org Git - moodle.git/commitdiff
Backed out the new configuration variable "creatornewcourses" as it
authormoodler <moodler>
Sat, 16 Aug 2003 05:43:26 +0000 (05:43 +0000)
committermoodler <moodler>
Sat, 16 Aug 2003 05:43:26 +0000 (05:43 +0000)
is no longer wanted or needed

admin/config.html
lang/en/moodle.php
lib/defaults.php

index a78344a60b44eb3e193959a00f728241280eda05..fcf562e3da49187dd84cd4941ccb5e7bc4c21bbf 100644 (file)
     <?php print_string("configsecureforms") ?>
     </td>
 </tr>
-<tr valign=top>
-       <td align=right><p>creatornewcourse:</td>
-       <td>
-    <?php 
-       unset($options);
-       $options[0]  = get_string("no");
-       $options[1]  = get_string("yes");
-
-       choose_from_menu ($options, "creatornewcourse", $config->creatornewcourse, "", "", "");
-    ?>
-    </td>
-    <td>
-    <?php print_string("configcreatornewcourse") ?>
-    </td>
-</tr>
-
-
 
 <tr>
     <td colspan=3 align=center>
index 15732cdf685a05930882488ca67aa7291fcedaf8..dbcf998084da005f17fa21e0abad70f64cff1327 100644 (file)
@@ -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.";
index 84245b74c1260b4fd5d5330acfbfd075d577f4f1..3669c721e19edc01b5975403e8566ed1b5d397bf 100644 (file)
@@ -7,7 +7,6 @@
        "auth"             => "email",
        "changepassword"   =>  true,
        "country"          => "",
-       "creatornewcourse" =>  false,
        "debug"            =>  7,
        "framename"        =>  "_top",
        "frontpage"        =>  0,