diff options
author | Nils Adermann <naderman@naderman.de> | 2007-10-21 11:50:16 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2007-10-21 11:50:16 +0000 |
commit | 9c4cb18c0db51d37c8b0cd382887db5ec72b2efe (patch) | |
tree | f486c9b630fa46304fad99218145f610800e5826 /phpBB/docs | |
parent | 19d3483c3824c4d4859e8f14a50cb57d97577938 (diff) | |
download | forums-9c4cb18c0db51d37c8b0cd382887db5ec72b2efe.tar forums-9c4cb18c0db51d37c8b0cd382887db5ec72b2efe.tar.gz forums-9c4cb18c0db51d37c8b0cd382887db5ec72b2efe.tar.bz2 forums-9c4cb18c0db51d37c8b0cd382887db5ec72b2efe.tar.xz forums-9c4cb18c0db51d37c8b0cd382887db5ec72b2efe.zip |
- Correctly count announcements when filtering forums by date [Bug #14877]
git-svn-id: file:///svn/phpbb/trunk@8212 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8913c7148d..b691f19015 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -93,6 +93,7 @@ <li>[Fix] Let newly activated passwords work if users were converted (Bug #14787)</li> <li>[Fix] Quote bbcode fixes. Letting parse quote="[" and re-allowing whitelisted bbcodes within username portion (Bug #14770)</li> <li>[Sec] Fix bbcode helpline display for custom bbcodes - this requires style changes for any custom style (Bug #14850)</li> + <li>[Fix] Correctly count announcements when filtering forums by date (Bug #14877)</li> </ul> <a name="v30rc6"></a><h3>1.ii. Changes since 3.0.RC6</h3> |