diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-11-02 22:36:34 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-11-02 22:36:34 +0000 |
commit | 167b1a536b7ea148cfa14d1596268f57686554a6 (patch) | |
tree | 3128bb2c7869849114f68ecf96805dc57ae92dab /phpBB | |
parent | 43eac6665bedd62e436c0a0a943f4209024c679e (diff) | |
download | forums-167b1a536b7ea148cfa14d1596268f57686554a6.tar forums-167b1a536b7ea148cfa14d1596268f57686554a6.tar.gz forums-167b1a536b7ea148cfa14d1596268f57686554a6.tar.bz2 forums-167b1a536b7ea148cfa14d1596268f57686554a6.tar.xz forums-167b1a536b7ea148cfa14d1596268f57686554a6.zip |
Oops missed one typo in create_date...
git-svn-id: file:///svn/phpbb/trunk@1258 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/viewonline.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index dee1adf957..3a0fc92ac6 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -295,7 +295,7 @@ if( count($onlinerow_guest) ) "ROW_COLOR" => "#" . $row_color, "ROW_CLASS" => $row_class, "USERNAME" => $lang['Guest'], - "LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_guest[$i]['session_time'], $board_config['default__timezone']), + "LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_guest[$i]['session_time'], $board_config['board_timezone']), "LOCATION" => $location, "U_FORUM_LOCATION" => append_sid($location_url)) |