diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2008-03-26 17:32:05 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2008-03-26 17:32:05 +0000 |
| commit | 7596a3bfdcbddc763e62b18d3e590a00bd03b528 (patch) | |
| tree | df1e14840eb0e5b804cb78592b5e80233d74e386 /phpBB/includes | |
| parent | a3da99f358683cdcf71f15d4c8e82df17fb67e78 (diff) | |
| download | forums-7596a3bfdcbddc763e62b18d3e590a00bd03b528.tar forums-7596a3bfdcbddc763e62b18d3e590a00bd03b528.tar.gz forums-7596a3bfdcbddc763e62b18d3e590a00bd03b528.tar.bz2 forums-7596a3bfdcbddc763e62b18d3e590a00bd03b528.tar.xz forums-7596a3bfdcbddc763e62b18d3e590a00bd03b528.zip | |
#22385 - David told me to ci this
git-svn-id: file:///svn/phpbb/trunk@8473 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
| -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 ee3ab39b47..3b943ef889 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); |
