aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/oracle.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-04-21 01:09:04 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-04-21 01:09:04 +0000
commit10e8b6130da5babaf0f44535d8def064af544cd2 (patch)
tree65895c7aecbbad327a76560d1c68a55c02838873 /phpBB/includes/db/oracle.php
parentfee3ec305cfc0dc7799fd7c85a7674052a4cb741 (diff)
downloadforums-10e8b6130da5babaf0f44535d8def064af544cd2.tar
forums-10e8b6130da5babaf0f44535d8def064af544cd2.tar.gz
forums-10e8b6130da5babaf0f44535d8def064af544cd2.tar.bz2
forums-10e8b6130da5babaf0f44535d8def064af544cd2.tar.xz
forums-10e8b6130da5babaf0f44535d8def064af544cd2.zip
- Olympus can now _install_ every database, more work to come on getting the rest of the board to work
git-svn-id: file:///svn/phpbb/trunk@5811 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/db/oracle.php')
-rw-r--r--phpBB/includes/db/oracle.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/db/oracle.php b/phpBB/includes/db/oracle.php
index 1431171f19..2a4898ca0d 100644
--- a/phpBB/includes/db/oracle.php
+++ b/phpBB/includes/db/oracle.php
@@ -90,6 +90,8 @@ class dbal_oracle extends dbal
{
global $cache;
+ $query = preg_replace('#FROM \(([^)]*)\)(,|[\n\r\t ]+(?:WHERE|LEFT JOIN)) #', 'FROM \1\2 ', $query);
+
// EXPLAIN only in extra debug mode
if (defined('DEBUG_EXTRA'))
{