bernd commited on 2010-10-04 16:37:54
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1829 87cf0b9e-d624-0410-a070-f6ee81989793
| ... | ... |
@@ -4,7 +4,7 @@ $role = $_SESSION['role']; |
| 4 | 4 |
|
| 5 | 5 |
if ($role & ROLE_CUSTOMER) |
| 6 | 6 |
{
|
| 7 |
- $menu["systemuser_accounts"] = array("label" => "Benutzeraccounts", "file" => "accounts", "weight" => 30);
|
|
| 7 |
+ $menu["systemuser_account"] = array("label" => "Benutzeraccounts", "file" => "accounts", "weight" => 30);
|
|
| 8 | 8 |
} |
| 9 | 9 |
elseif ($role & ROLE_SYSTEMUSER) |
| 10 | 10 |
{
|
| 11 | 11 |