diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-18 22:06:34 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-18 22:06:34 -0400 |
commit | de9cd14a6f2a71eb42923181e7a5891c98c59e64 (patch) | |
tree | ebbb991f8c15f0713eb113e9f7d61ed75d1c6f27 /lib/common.php | |
parent | b35a915ea73e69f366c7021a6a5f8723bef3ad68 (diff) |
default DB driver is DB
darcs-hash:20080619020634-84dde-37a8f87b9f293534ed167e183fa2d08f6714c2ad.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 34c024ece..bcb9d52ce 100644 --- a/lib/common.php +++ b/lib/common.php @@ -65,7 +65,7 @@ $config['db'] = 'class_location' => INSTALLDIR . '/classes', 'require_prefix' => 'classes/', 'class_prefix' => '', - 'db_driver' => 'MDB2', + 'db_driver' => 'DB', # XXX: JanRain libs only work with DB 'quote_identifiers' => false); require_once(INSTALLDIR.'/config.php'); |