diff options
Diffstat (limited to 'phpBB/search.php')
-rw-r--r-- | phpBB/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php index 064ed3f4b4..6bb87c117c 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -1165,7 +1165,7 @@ else if( $query_keywords != "" || $query_author != "" || $search_id ) } } - else if( $topic_rowset[$i]['post_time'] > $userdata['session_last_visit'] ) + else if( $topic_rowset[$i]['post_time'] > $userdata['user_lastvisit'] ) { $folder_image = "<img src=\"$folder_new\" alt=\"" . $lang['New_posts'] . "\" title=\"" . $lang['New_posts'] . "\" />"; |