]> git.mjollnir.org Git - moodle.git/commitdiff
Any admin can assign creators
authormoodler <moodler>
Fri, 5 Sep 2003 14:03:22 +0000 (14:03 +0000)
committermoodler <moodler>
Fri, 5 Sep 2003 14:03:22 +0000 (14:03 +0000)
admin/creators.php

index b36ff0e99c11d1a7a256fd360c210c9fed70a11e..e288f20906fdcea9304bdf14e65f79c94980e7b4 100755 (executable)
 
     $primaryadmin = get_admin();
 
-/// If you want any administrator to have the ability to assign admin
-/// rights, then comment out the following if statement
-    if ($primaryadmin->id != $USER->id) {
-        error("You must be the primary administrator to use this page.");
-    }
-
 /// assign all of the configurable language strings
     $stringstoload = array (
         "assigncreators",