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@14 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-05-27 20:54:14 +00:00
parent 6b53d8a25a
commit f4007a0269
2 changed files with 78 additions and 76 deletions

View File

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