From: moodler Date: Fri, 5 Sep 2003 14:03:22 +0000 (+0000) Subject: Any admin can assign creators X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ac615448355ba6b07a86302758c2ba126e6c65ab;p=moodle.git Any admin can assign creators --- diff --git a/admin/creators.php b/admin/creators.php index b36ff0e99c..e288f20906 100755 --- a/admin/creators.php +++ b/admin/creators.php @@ -21,12 +21,6 @@ $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",