From 8016c130850f111770a20e4e9b654ade81e16bec Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Wed, 18 Aug 2004 09:25:49 +0000 Subject: [PATCH] Added dbType config entry --- config/environment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environment.php b/config/environment.php index 057ca89..d6fd236 100644 --- a/config/environment.php +++ b/config/environment.php @@ -42,8 +42,8 @@ $default->dbUser = "dms"; $default->dbPass = "pass"; // Change this to reflect the database you are using -//require("$default->fileSystemRoot/phplib/db_pgsql.inc"); -require_once("$default->fileSystemRoot/phplib/db_mysql.inc"); +// currently mysql is the only supported type +$default->dbType = "mysql"; // single db instantiation require_once("$default->fileSystemRoot/lib/database/db.inc"); -- libgit2 0.21.4