From c2e9857c5dcfd6565c0ebeb4d145b6638ff1c6d7 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 27 Jul 2002 16:49:18 +0000 Subject: [PATCH] Look out your window ... just to the left of the Big Dipper you'll see a small dot moving at high speed ... this is my computer ... git-svn-id: file:///svn/phpbb/trunk@2764 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/search.php b/phpBB/search.php index 698e44b560..d0e9373a6d 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -1477,7 +1477,7 @@ function username_search() $from = ( !empty($row['user_from']) ) ? $row['user_from'] : ' '; $joined = create_date($lang['DATE_FORMAT'], $row['user_regdate'], $board_config['board_timezone']); $posts = ( $row['user_posts'] ) ? $row['user_posts'] : 0; - $active = ( !$row['user_session_time'] ) ? $lang['Never'] : create_date($lang['DATE_FORMAT'], $row['user_lastvisit'], $board_config['board_timezone']); + $active = ( !$row['user_lastvisit'] ) ? $lang['Never'] : create_date($lang['DATE_FORMAT'], $row['user_lastvisit'], $board_config['board_timezone']); if ( $row['user_viewemail'] || $acl->get_acl_admin() ) {