mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
Posting lang for viewonline
git-svn-id: file:///svn/phpbb/trunk@680 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -70,7 +70,7 @@ if(!$result = $db->sql_query($sql))
|
||||
$onlinerow = $db->sql_fetchrowset($result);
|
||||
|
||||
$sql = "SELECT forum_name, forum_id
|
||||
FROM ".FORUMS_TABLE;
|
||||
FROM " . FORUMS_TABLE;
|
||||
if($forums_result = $db->sql_query($sql))
|
||||
{
|
||||
while($forumsrow = $db->sql_fetchrow($forums_result))
|
||||
@@ -162,11 +162,11 @@ if($online_count)
|
||||
$location_url = "index.$phpEx";
|
||||
break;
|
||||
case PAGE_POSTING:
|
||||
$location = "";
|
||||
$location_url = "";
|
||||
$location = $lang['Posting_message']"";
|
||||
$location_url = "index.$phpEx";
|
||||
break;
|
||||
case PAGE_LOGIN:
|
||||
$location = $lang['Loggin_on'];
|
||||
$location = $lang['Logging_on'];
|
||||
$location_url = "index.$phpEx";
|
||||
break;
|
||||
case PAGE_SEARCH:
|
||||
|
Reference in New Issue
Block a user