1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

Fix for typo's in create_date statements...

git-svn-id: file:///svn/phpbb/trunk@1257 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech
2001-11-02 22:35:31 +00:00
parent 112b015c47
commit 43eac6665b
2 changed files with 4 additions and 4 deletions

View File

@@ -199,7 +199,7 @@ if( count($onlinerow_reg) )
"ROW_COLOR" => "#" . $row_color,
"ROW_CLASS" => $row_class,
"USERNAME" => $username,
"LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_time'], $board_config['default__timezone']),
"LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow_reg[$i]['session_time'], $board_config['board_timezone']),
"LOCATION" => $location,
"U_USER_PROFILE" => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $onlinerow_reg[$i]['user_id']),
@@ -322,4 +322,4 @@ $template->pparse("body");
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
?>