Any admin can assign creators

This commit is contained in:
moodler 2003-09-05 14:03:22 +00:00
parent be7d86f93f
commit ac61544835

View File

@ -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",