From ac615448355ba6b07a86302758c2ba126e6c65ab Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 5 Sep 2003 14:03:22 +0000 Subject: [PATCH] Any admin can assign creators --- admin/creators.php | 6 ------ 1 file changed, 6 deletions(-) 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", -- 2.39.5