bernd commited on 2007-08-16 18:39:09
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@633 87cf0b9e-d624-0410-a070-f6ee81989793
... | ... |
@@ -96,7 +96,7 @@ if ($role != ROLE_ANONYMOUS) { |
96 | 96 |
if ($role & ROLE_SYSTEMUSER) { |
97 | 97 |
echo '<strong>'.$_SESSION['userinfo']['username'].'</strong>'; |
98 | 98 |
echo '<br />'.$_SESSION['userinfo']['name']; |
99 |
- echo '<br />(Benutzer'.(($role & ROLE_SYSTEMUSER) ? ', Kunde' : '').')'; |
|
99 |
+ echo '<br />(Benutzer'.(($role & ROLE_CUSTOMER) ? ', Kunde' : '').')'; |
|
100 | 100 |
} |
101 | 101 |
elseif ($role & ROLE_CUSTOMER) { |
102 | 102 |
echo '<strong>'.$_SESSION['customerinfo']['customerno'].'</strong>'; |
103 | 103 |