1
0
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:
Paul S. Owen
2001-07-16 21:12:09 +00:00
parent 9793a271b4
commit ddd401d276
2 changed files with 6 additions and 5 deletions

View File

@@ -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: