diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-10-11 14:31:22 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-10-11 14:31:22 +0000 |
commit | c969d4f83f3770bb26cb407c97aaa34f829e935f (patch) | |
tree | f246ebd1b6d4ea19687a5ad3a095941547a180d8 /phpBB/docs | |
parent | 980cb2e5bb298ca90802dd2f0c31738963514a91 (diff) | |
download | forums-c969d4f83f3770bb26cb407c97aaa34f829e935f.tar forums-c969d4f83f3770bb26cb407c97aaa34f829e935f.tar.gz forums-c969d4f83f3770bb26cb407c97aaa34f829e935f.tar.bz2 forums-c969d4f83f3770bb26cb407c97aaa34f829e935f.tar.xz forums-c969d4f83f3770bb26cb407c97aaa34f829e935f.zip |
Display a message if no topics or forums are selected when unsubscribing. #34855
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8997 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 b8a6b8b297..afb794a9f7 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -135,6 +135,7 @@ <li>[Fix] Do not display last post link and sort display options for search engines. (Bug #15088)</li> <li>[Fix] Make sure users still get notifications if they set to only be notified by Jabber, but Jabber service disabled. (Bug #29715 - Patch by Paul)</li> <li>[Fix] Don't show forum subscription link on categories. (Bug #34895)</li> + <li>[Fix] Display a message if no topics or forums are selected when unsubscribing. (Bug #34855)</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> |