mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Hopefully this fixes the anonymous user level problem ... Bart take a look-see when you can.
git-svn-id: file:///svn/phpbb/trunk@1723 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
08fc0f1c63
commit
e7b00e3355
1 changed files with 0 additions and 3 deletions
|
@ -697,9 +697,6 @@ if(isset($next))
|
|||
case '4':
|
||||
$row['user_level'] = ADMIN;
|
||||
break;
|
||||
case '-1':
|
||||
$row['user_level'] = ANONYMOUS;
|
||||
break;
|
||||
default:
|
||||
$row['user_level'] = USER;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue