From 1ca704157bbe2e188d3540ffc4c8232d3dba6283 Mon Sep 17 00:00:00 2001 From: abijah Date: Wed, 27 May 2009 20:54:14 +0000 Subject: [PATCH] Adjusted database details and sitelink conversion script to go along with new schema naming convention changes git-svn-id: file:///svn-source/pmgr/branches/initial_20090526/site@14 97e9348a-65ac-dc4b-aefc-98561f571b83 --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index c875711..1bccd6c 100644 --- a/config/database.php +++ b/config/database.php @@ -7,7 +7,7 @@ class DATABASE_CONFIG { 'host' => 'localhost', 'login' => 'pmgr', 'password' => 'pmgruser', - 'database' => 'pmgr', + 'database' => 'property_manager', 'prefix' => 'pmgr_', ); }