mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
- removed a useless line [Bug #3656]
- do not reuse session ids [Bug #3626] - Bug #3684 - added refresh imageset option git-svn-id: file:///svn/phpbb/trunk@6257 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1089,7 +1089,6 @@ while ($row = $db->sql_fetchrow($result))
|
||||
$diff = ($diff < 0) ? 1 : 0;
|
||||
}
|
||||
|
||||
$age = (int) (date('Y', time()) - $bday_year - $diff);
|
||||
$user_cache[$poster_id]['age'] = (int) ($today['year'] - $bday_year - $diff);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user