diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-03-26 17:27:34 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-03-26 17:27:34 +0000 |
commit | 2c5e12876b21b9ad773540ff87a66d2cc1fc5cb2 (patch) | |
tree | 50ed7f37757bb17f4f79b2fc41674a5afba071a0 /phpBB | |
parent | 13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f (diff) | |
download | forums-2c5e12876b21b9ad773540ff87a66d2cc1fc5cb2.tar forums-2c5e12876b21b9ad773540ff87a66d2cc1fc5cb2.tar.gz forums-2c5e12876b21b9ad773540ff87a66d2cc1fc5cb2.tar.bz2 forums-2c5e12876b21b9ad773540ff87a66d2cc1fc5cb2.tar.xz forums-2c5e12876b21b9ad773540ff87a66d2cc1fc5cb2.zip |
#22385 - David told me to ci this
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8472 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/acp/acp_database.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php index 62331fbca2..1600aa266d 100644 --- a/phpBB/includes/acp/acp_database.php +++ b/phpBB/includes/acp/acp_database.php @@ -341,6 +341,7 @@ class acp_database break; case 'postgres': + $delim = ";\n"; while (($sql = $fgetd($fp, $delim, $read, $seek, $eof)) !== false) { $query = trim($sql); |