mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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:
parent
ed922102c8
commit
a6445a2841
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ if($online_count)
|
||||||
"USER_ID" => $onlinerow[$i]['user_id'],
|
"USER_ID" => $onlinerow[$i]['user_id'],
|
||||||
"USERNAME" => $username,
|
"USERNAME" => $username,
|
||||||
"LOGGEDON" => $loggedon,
|
"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" => $location,
|
||||||
"LOCATION_URL" => $location_url
|
"LOCATION_URL" => $location_url
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue