diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-16 00:19:36 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-16 00:19:36 +0000 |
| commit | a6445a284108cb5500b16f32c69521e95606d205 (patch) | |
| tree | d97260efc97f583f3391d5934acfc625f8f31a55 | |
| parent | ed922102c8ccff10eed30a642477130984231ff4 (diff) | |
| download | forums-a6445a284108cb5500b16f32c69521e95606d205.tar forums-a6445a284108cb5500b16f32c69521e95606d205.tar.gz forums-a6445a284108cb5500b16f32c69521e95606d205.tar.bz2 forums-a6445a284108cb5500b16f32c69521e95606d205.tar.xz forums-a6445a284108cb5500b16f32c69521e95606d205.zip | |
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
| -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 189b857b7f..f0830ef375 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -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 ) |
