1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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:
Nils Adermann
2006-08-10 13:33:06 +00:00
parent 53085a4c78
commit 83e6dcb1ce
6 changed files with 84 additions and 14 deletions

View File

@@ -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);
}
}