diff options
Diffstat (limited to 'phpBB/install/install.php')
-rw-r--r-- | phpBB/install/install.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 0d8dd8b84a..343fc50221 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -1122,6 +1122,10 @@ if ($stage == 3) $sql_query = str_replace('module_name', '"module_name"', $sql_query); break; + case 'oracle': + remove_remarks($sql_query); + break; + default: //$sql_query = preg_replace('#\# MSSQL IDENTITY (phpbb_[a-z_]+) (ON|OFF) \##s', '', $sql_query); } |