From de9cd14a6f2a71eb42923181e7a5891c98c59e64 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 18 Jun 2008 22:06:34 -0400 Subject: [PATCH] default DB driver is DB darcs-hash:20080619020634-84dde-37a8f87b9f293534ed167e183fa2d08f6714c2ad.gz --- lib/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.php b/lib/common.php index 34c024ece0..bcb9d52ce2 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');