Index: branches/Ver3.0/xpressme_integration_kit/wp-config.php
===================================================================
--- branches/Ver3.0/xpressme_integration_kit/wp-config.php	(revision 743)
+++ branches/Ver3.0/xpressme_integration_kit/wp-config.php	(revision 757)
@@ -18,14 +18,14 @@
 
 /** Do not change. The name of the database for WordPress */
-define('DB_NAME', $xoops_config->xoops_db_name);
+define('DB_NAME', $wpConfigInfo->get_db_name() );
 
 /** Do not change. MySQL database username */
-define('DB_USER', $xoops_config->xoops_db_user);
+define('DB_USER', $wpConfigInfo->get_db_user() );
 
 /** Do not change. MySQL database password */
-define('DB_PASSWORD', $xoops_config->xoops_db_pass);
+define('DB_PASSWORD', $wpConfigInfo->get_db_pass() );
 
 /** Do not change. MySQL hostname */
-define('DB_HOST', $xoops_config->xoops_db_host);
+define('DB_HOST', $wpConfigInfo->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  = $xoops_config->module_db_prefix;
+$table_prefix  = $wpConfigInfo->get_db_prefix();
 
 /**
@@ -75,5 +75,5 @@
  * define ('WPLANG', 'ja');		// language support to Japanese
  */
-define ('WPLANG', $xoops_config->wp_lang);		// language detect from xoops language
+define ('WPLANG', $wpConfigInfo->get_wpLang() );		// language detect from xoops language
 
 /* That's all, stop editing! Happy blogging. */
