mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
This time without the echo ... echo ... echo ... echo ... yeah, I know, shut up :)
git-svn-id: file:///svn/phpbb/trunk@1721 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
eb07e290c9
commit
88ed4e4503
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ if( count($onlinerow_reg) )
|
|||
|
||||
if( $hidden_users == 0 )
|
||||
{
|
||||
echo $l_h_user_s = $lang['Hidden_users_zero_online'];
|
||||
$l_h_user_s = $lang['Hidden_users_zero_online'];
|
||||
}
|
||||
else if( $hidden_users == 1 )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue