summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_db.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-09-08 09:50:59 +0200
committerAleksander Machniak <alec@alec.pl>2014-09-08 09:50:59 +0200
commit4baf96a4ca1621a267c10c67e84e80e6bf72dbfd (patch)
tree19faf01f7cc524bb5adc7cb2f9799156b37c4443 /program/lib/Roundcube/rcube_db.php
parent030ebec02fb97dedb78cb6ddb10f0edcc77b208a (diff)
Added license headers to driver files, CS fixes
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 a46df97d3..100afd530 100644
--- a/program/lib/Roundcube/rcube_db.php
+++ b/program/lib/Roundcube/rcube_db.php
@@ -68,6 +68,7 @@ class rcube_db
'sybase' => 'mssql',
'dblib' => 'mssql',
'mysqli' => 'mysql',
+ 'oci' => 'oracle',
);
$driver = isset($driver_map[$driver]) ? $driver_map[$driver] : $driver;