aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-07-27 16:49:18 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-07-27 16:49:18 +0000
commitc2e9857c5dcfd6565c0ebeb4d145b6638ff1c6d7 (patch)
tree462b0ee914f0e3bfbb51da9a865dfcfa99f4c2f5 /phpBB/search.php
parent9407a604fac0f3c47aa9446cd8abcc6a08c987ab (diff)
downloadforums-c2e9857c5dcfd6565c0ebeb4d145b6638ff1c6d7.tar
forums-c2e9857c5dcfd6565c0ebeb4d145b6638ff1c6d7.tar.gz
forums-c2e9857c5dcfd6565c0ebeb4d145b6638ff1c6d7.tar.bz2
forums-c2e9857c5dcfd6565c0ebeb4d145b6638ff1c6d7.tar.xz
forums-c2e9857c5dcfd6565c0ebeb4d145b6638ff1c6d7.zip
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
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
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'] : '&nbsp;';
$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() )
{