Index: trunk/xpressme_integration_kit/class/config_from_xoops.class.php
===================================================================
--- trunk/xpressme_integration_kit/class/config_from_xoops.class.php	(revision 505)
+++ trunk/xpressme_integration_kit/class/config_from_xoops.class.php	(revision 531)
@@ -37,7 +37,4 @@
 	var $is_impress;
 	var $impress_db_config_file;
-	var $is_wpmu;
-	var $mu_domain_current_site;
-	var $mu_path_current_site;
 	var $wp_db_version;
 	var $wp_version;
@@ -104,5 +101,4 @@
 		$this->set_module_version();
 		$this->set_wp_version();
-		$this->set_mu_current_site();
 		$this->xpress_get_module_id();
 		$this->xoops_language = $this->xpress_get_xoops_config('language');
@@ -292,9 +288,4 @@
     	include dirname(dirname(__FILE__)) . '/wp-includes/version.php';
     	
-    	if (empty($wpmu_version))
-    		$this->is_wpmu  = false;
-    	else
-    		$this->is_wpmu  = true;
-    	
     	$this->wp_db_version = $wp_db_version;
 		
@@ -309,16 +300,4 @@
     }
     
-    function set_mu_current_site(){
-    	$pattern = 'http:\/\/([^\/]*).*';
-    	if (preg_match('/' . $pattern . '/' ,$this->xoops_url,$matchs)){
-				$this->mu_domain_current_site = $matchs[1];
-		}
-		
-    	$pattern = 'http:\/\/[^\/]*(\/.*)';
-    	if (preg_match('/' . $pattern . '/' ,$this->module_url,$matchs)){
-				$this->mu_path_current_site = $matchs[1] . '/';
-		}
-    }
-
 	function xpress_get_xoops_config($config_name = '',$mid = 0){
 		$ret = '';
