Index: trunk/xpressme_integration_kit/wp-config.php
===================================================================
--- trunk/xpressme_integration_kit/wp-config.php	(revision 759)
+++ trunk/xpressme_integration_kit/wp-config.php	(revision 787)
@@ -18,14 +18,14 @@
 
 /** Do not change. The name of the database for WordPress */
-define('DB_NAME', $wpConfigInfo->get_db_name() );
+define('DB_NAME', $modInfo->get_db_name() );
 
 /** Do not change. MySQL database username */
-define('DB_USER', $wpConfigInfo->get_db_user() );
+define('DB_USER', $modInfo->get_db_user() );
 
 /** Do not change. MySQL database password */
-define('DB_PASSWORD', $wpConfigInfo->get_db_pass() );
+define('DB_PASSWORD', $modInfo->get_db_pass() );
 
 /** Do not change. MySQL hostname */
-define('DB_HOST', $wpConfigInfo->get_db_host() );
+define('DB_HOST', $modInfo->get_db_host() );
 	
 /** Database Charset to use in creating database tables. */
@@ -61,5 +61,5 @@
  */
 // Do not change. $table_prefix is generated from XOOPS DB Priefix and the module directory name. 
-$table_prefix  = $wpConfigInfo->get_db_prefix();
+$table_prefix  = $modInfo->get_module_db_prefix();
 
 /**
@@ -75,5 +75,5 @@
  * define ('WPLANG', 'ja');		// language support to Japanese
  */
-define ('WPLANG', $wpConfigInfo->get_wpLang() );		// language detect from xoops language
+define ('WPLANG', $modInfo->get_wpLang() );		// language detect from xoops language
 
 /* That's all, stop editing! Happy blogging. */
