]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
default DB driver is DB
authorEvan Prodromou <evan@prodromou.name>
Thu, 19 Jun 2008 02:06:34 +0000 (22:06 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 19 Jun 2008 02:06:34 +0000 (22:06 -0400)
darcs-hash:20080619020634-84dde-37a8f87b9f293534ed167e183fa2d08f6714c2ad.gz

lib/common.php

index 34c024ece0b49b6912b9773ab24f3e03bf113363..bcb9d52ce2db6548c9fb518a6cfaea273b53a163 100644 (file)
@@ -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');