aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-07-08 20:36:57 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-07-08 20:36:57 +0000
commit144f2e8d73bf6b0650c9b9e9e7c242bfab604d64 (patch)
tree272a9958f9b1bce67074a96b197249bd6e842380 /phpBB/docs
parentc875e2924969bc5d7a923ac7af3feb998136f5e4 (diff)
downloadforums-144f2e8d73bf6b0650c9b9e9e7c242bfab604d64.tar
forums-144f2e8d73bf6b0650c9b9e9e7c242bfab604d64.tar.gz
forums-144f2e8d73bf6b0650c9b9e9e7c242bfab604d64.tar.bz2
forums-144f2e8d73bf6b0650c9b9e9e7c242bfab604d64.tar.xz
forums-144f2e8d73bf6b0650c9b9e9e7c242bfab604d64.zip
Fix bug #47685 - Wrong count of posts awaiting approval in MCP
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9739 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 90bd9d7d34..f56b7e28c8 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -145,6 +145,7 @@
<li>[Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by m0rpha)</li>
<li>[Fix] Search by authorname does not display posts of guests and deleted or deactivated users (Bug #36565, #47765 - Patch by nickvergessen)</li>
<li>[Fix] View end of ban in MCP and ACP when user is banned by duration (Bug #47815 - Patch by Pyramide)</li>
+ <li>[Fix] Wrong count of posts awaiting approval in MCP. (Bug #47685 - Patch by nickvergessen)</li>
<li>[Fix] Display user's posts count in private message when it is equal to 0 (prosilver). (Bug #40155 - Patch by rxu)</li>
<li>[Fix] Disable word-censor option in UCP lacks the config-setting (Bug #47575 - Patch by 00mohgta7)</li>
<li>[Fix] Fix database updater and db tools to support multiple column changes/additions/removals with SQLite</li>