diff options
Diffstat (limited to 'phpBB/viewonline.php')
| -rw-r--r-- | phpBB/viewonline.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index 26949269e8..0c05dce74d 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -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: |
