Oops missed one typo in create_date...

git-svn-id: file:///svn/phpbb/trunk@1258 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2001-11-02 22:36:34 +00:00
parent 43eac6665b
commit 167b1a536b

View file

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