summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_db.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-09-18 16:48:53 +0200
committerAleksander Machniak <alec@alec.pl>2014-09-18 16:48:53 +0200
commitfb8adc8a19d0b4b9c3e9ea7996b6290225dc0856 (patch)
treea3d9cb66903dfb2695a31860eb0cc89af2c5e193 /program/lib/Roundcube/rcube_db.php
parent7f8492479901117ec71dd31df0397e27aa90feab (diff)
Remove Oracle driver based on PDO_OCI extension
Diffstat (limited to 'program/lib/Roundcube/rcube_db.php')
-rw-r--r--program/lib/Roundcube/rcube_db.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/lib/Roundcube/rcube_db.php b/program/lib/Roundcube/rcube_db.php
index 5a2ad038c..1e6a206da 100644
--- a/program/lib/Roundcube/rcube_db.php
+++ b/program/lib/Roundcube/rcube_db.php
@@ -70,6 +70,7 @@ class rcube_db
'dblib' => 'mssql',
'mysqli' => 'mysql',
'oci' => 'oracle',
+ 'oci8' => 'oracle',
);
$driver = isset($driver_map[$driver]) ? $driver_map[$driver] : $driver;