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
This commit is contained in:
abijah
2009-05-27 20:54:14 +00:00
parent 8a3be97d41
commit 1ca704157b

View File

@@ -7,7 +7,7 @@ class DATABASE_CONFIG {
'host' => 'localhost',
'login' => 'pmgr',
'password' => 'pmgruser',
'database' => 'pmgr',
'database' => 'property_manager',
'prefix' => 'pmgr_',
);
}