mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
This is what happens when you try porting code from one set of files to another ... silly errors
git-svn-id: file:///svn/phpbb/trunk@830 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
89dddd9049
commit
ee3d0043ed
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ while($row = $db->sql_fetchrow($result))
|
|||
$online_userlist = "";
|
||||
for($i = 0; $i < count($userlist_ary); $i++)
|
||||
{
|
||||
if( !strstr($userlist, ">" . $userlist_ary[$i] . "</a>") )
|
||||
if( !strstr($online_userlist, $userlist_ary[$i]) )
|
||||
{
|
||||
if( $userlist_visible[$i] || $userdata['user_level'] == ADMIN )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue