aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-08-05 13:05:55 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-08-05 13:05:55 +0000
commit4e117116749ad47c1cfcc24cd2cb24c7271aad1c (patch)
treed71cbab28be540b08f1750308520466cd40a1def /phpBB/docs
parentf3a2c096e7f502e877ada6924d1fedffde59d431 (diff)
downloadforums-4e117116749ad47c1cfcc24cd2cb24c7271aad1c.tar
forums-4e117116749ad47c1cfcc24cd2cb24c7271aad1c.tar.gz
forums-4e117116749ad47c1cfcc24cd2cb24c7271aad1c.tar.bz2
forums-4e117116749ad47c1cfcc24cd2cb24c7271aad1c.tar.xz
forums-4e117116749ad47c1cfcc24cd2cb24c7271aad1c.zip
Fix Bug #48955 - Correctly extract column default value when exporting PostgreSQL tables.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9928 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 c373a5a8f7..17d192d88b 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -188,6 +188,7 @@
<li>[Fix] Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535)</li>
<li>[Fix] Do not mark global announcements as read if all topics in a forum become read (Bug #15729).</li>
<li>[Fix] Fix general error while registration, through undefined variable $config in validate_referer (Bug #49035 - Patch by wjvriend)</li>
+ <li>[Fix] Correctly extract column default value when exporting PostgreSQL tables. (Bug #48955)</li>
<li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</li>
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>