1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

Right that is it I don't want to see this again till tomorrow

git-svn-id: file:///svn/phpbb/trunk@157 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-04-16 00:19:36 +00:00
parent ed922102c8
commit a6445a2841

View File

@ -152,7 +152,7 @@ if($online_count)
"USER_ID" => $onlinerow[$i]['user_id'],
"USERNAME" => $username,
"LOGGEDON" => $loggedon,
"LASTUPDATE" => create_date($default_dateformat, $onlinerow[$i]['session_time'], $sys_timezone),
"LASTUPDATE" => create_date($date_format, $onlinerow[$i]['session_time'], $sys_timezone),
"LOCATION" => $location,
"LOCATION_URL" => $location_url
)