From 26634ef0a08234980835698e40b23a291305d1f8 Mon Sep 17 00:00:00 2001 From: CiaranG Date: Tue, 9 Sep 2008 03:22:24 -0400 Subject: Initial support for PostgreSQL darcs-hash:20080909072224-f6e2c-881bd2e7fb032f336fecae9ca5ce527dd821d3dc.gz --- lib/common.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/common.php b/lib/common.php index 71a75ff10..e37e330ea 100644 --- a/lib/common.php +++ b/lib/common.php @@ -116,7 +116,8 @@ $config['db'] = 'class_prefix' => '', 'mirror' => NULL, 'db_driver' => 'DB', # XXX: JanRain libs only work with DB - 'quote_identifiers' => false); + 'quote_identifiers' => false, + 'type' => 'mysql' ); if (function_exists('date_default_timezone_set')) { /* Work internally in UTC */ -- cgit v1.2.3-54-g00ecf