diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-09-26 12:42:47 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-26 12:42:47 +0000 |
commit | c0f6538cf6d9f6f0aca04cd97b9ed94457f72ad4 (patch) | |
tree | dc7fa3dd2a814292a76bd00c6891c1bbdeaa9e00 /phpBB/docs | |
parent | c1407d80472c6df7f3c436d5e1f11382f37f33f3 (diff) | |
download | forums-c0f6538cf6d9f6f0aca04cd97b9ed94457f72ad4.tar forums-c0f6538cf6d9f6f0aca04cd97b9ed94457f72ad4.tar.gz forums-c0f6538cf6d9f6f0aca04cd97b9ed94457f72ad4.tar.bz2 forums-c0f6538cf6d9f6f0aca04cd97b9ed94457f72ad4.tar.xz forums-c0f6538cf6d9f6f0aca04cd97b9ed94457f72ad4.zip |
Duplicate log messages for deleting a topic ('LOG_TOPIC_DELETED' has been deprecated in favour of 'LOG_DELETE_TOPIC').
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8942 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 30be597acb..7c560be284 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -123,6 +123,7 @@ <li>[Fix] Correctly handle unread status of subforums (that are not shown on the index) of forums that are shown on the index. (Bug #14589)</li> <li>[Fix] Stop users from deleting posts after the edit time has passed or they have been locked. (Bug #19115)</li> <li>[Fix] Split posts target forum requires 'f_post' now instead of 'm_split'. (Bug #31015)</li> + <li>[Fix] Duplicate log messages for deleting a topic ('LOG_TOPIC_DELETED' has been deprecated in favour of 'LOG_DELETE_TOPIC').</li> <li>[Change] No longer allow the direct use of MULTI_INSERT in sql_build_array. sql_multi_insert() must be used.</li> <li>[Change] Display warning in ACP if config.php file is left writable.</li> |