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:
Paul S. Owen 2001-08-10 00:38:59 +00:00
parent 89dddd9049
commit ee3d0043ed

View file

@ -122,7 +122,7 @@ while($row = $db->sql_fetchrow($result))
$online_userlist = ""; $online_userlist = "";
for($i = 0; $i < count($userlist_ary); $i++) 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 ) if( $userlist_visible[$i] || $userdata['user_level'] == ADMIN )
{ {