aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewonline.php
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-11-02 22:35:31 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-11-02 22:35:31 +0000
commit43eac6665bedd62e436c0a0a943f4209024c679e (patch)
treee044f2cea2cda01b19b5ad032e059ad80e72f514 /phpBB/viewonline.php
parent112b015c47347d068057f257806774c0e3cf90a8 (diff)
downloadforums-43eac6665bedd62e436c0a0a943f4209024c679e.tar
forums-43eac6665bedd62e436c0a0a943f4209024c679e.tar.gz
forums-43eac6665bedd62e436c0a0a943f4209024c679e.tar.bz2
forums-43eac6665bedd62e436c0a0a943f4209024c679e.tar.xz
forums-43eac6665bedd62e436c0a0a943f4209024c679e.zip
Fix for typo's in create_date statements...
git-svn-id: file:///svn/phpbb/trunk@1257 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewonline.php')
-rw-r--r--phpBB/viewonline.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php
index 7e220e5cb7..dee1adf957 100644
--- a/phpBB/viewonline.php
+++ b/phpBB/viewonline.php
@@ -199,7 +199,7 @@ if( count($onlinerow_reg) )
"ROW_COLOR" => "#" . $row_color,
"ROW_CLASS" => $row_class,
"USERNAME" => $username,
- "LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_time'], $board_config['default__timezone']),
+ "LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_time'], $board_config['board_timezone']),
"LOCATION" => $location,
"U_USER_PROFILE" => append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=" . $onlinerow_reg[$i]['user_id']),
@@ -322,4 +322,4 @@ $template->pparse("body");
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
-?> \ No newline at end of file
+?>