diff --git a/admin/pages/accounts.php b/admin/pages/accounts.php index f9cc2121..99a44321 100644 --- a/admin/pages/accounts.php +++ b/admin/pages/accounts.php @@ -279,7 +279,13 @@ else if ($id > 0 && isset($account) && $account->isLoaded()) { getAccGroupId(); if ($hasTypeColumn) { - $acc_type = array("Normal", "Tutor", "Senior Tutor", "Gamemaster", "God"); ?> + $groups = new OTS_Groups_List(); + + $acc_type = array("Normal", "Tutor", "Senior Tutor", "Gamemaster", "God"); + if ($groups->getHighestId() == 6) { + $acc_type = array("Normal", "Tutor", "Senior Tutor", "Gamemaster", "Community Manager", "God"); + } + ?>