mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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:
parent
43eac6665b
commit
167b1a536b
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue