1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

- 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
This commit is contained in:
David M
2006-04-21 01:09:04 +00:00
parent fee3ec305c
commit 10e8b6130d
3 changed files with 216 additions and 36 deletions

View File

@@ -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'))
{