aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-07-14 12:02:11 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-07-14 12:02:11 +0000
commit5cbf5d4b16a41ea2599cb7f56836d5b963ab4000 (patch)
treed424b198fabe79e44d73608cc5b814fc21d549c7 /phpBB/docs
parentecfe24528c46b264baa164ba5811fcc5cfab231e (diff)
downloadforums-5cbf5d4b16a41ea2599cb7f56836d5b963ab4000.tar
forums-5cbf5d4b16a41ea2599cb7f56836d5b963ab4000.tar.gz
forums-5cbf5d4b16a41ea2599cb7f56836d5b963ab4000.tar.bz2
forums-5cbf5d4b16a41ea2599cb7f56836d5b963ab4000.tar.xz
forums-5cbf5d4b16a41ea2599cb7f56836d5b963ab4000.zip
Fix bug #44295 - Cannot prune users who never logged in
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9754 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index a1b649f2be..8334214de2 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -152,6 +152,7 @@
<li>[Fix] Correctly detect GZIP status in debug mode. (Bug #24075 - Patch by rxu)</li>
<li>[Fix] Posting smilies in view more smilies now work again in IE (Bug #46025 - Patch by leviatan21)</li>
<li>[Fix] Properly convert and show filesize information (Bug #47775 - Patch by bantu)</li>
+ <li>[Fix] Add ability to prune users who never logged in. (Bug #44295 - Patch by rxu)</li>
<li>[Fix] Smilies and images not viewed in topic-print view (Bug #47265 - Patch by nickvergessen)</li>
<li>[Fix] Force full date for PMs print-view (Patch by nickvergessen)</li>
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>