Index: trunk/xpressme_integration_kit/xoops_version.php
===================================================================
--- trunk/xpressme_integration_kit/xoops_version.php	(revision 845)
+++ trunk/xpressme_integration_kit/xoops_version.php	(revision 846)
@@ -10,5 +10,5 @@
  * @package		module::xpressme
  */
- 
+
 if( ! defined( 'XOOPS_ROOT_PATH' ) ) exit ;
 
@@ -23,5 +23,5 @@
 	function mod_access_level(){
 		global $current_user;
-		
+
 		$level = @$current_user->user_level;
 		$role = @$current_user->roles[0];
@@ -35,5 +35,5 @@
 			case 'author':
 				$role_level = 2;
-				break;		
+				break;
 			case 'contributor':
 				$role_level = 1;
@@ -42,5 +42,5 @@
 				$role_level = 0;
 		}
-		
+
 		if ($level > $role_level){
 			return $level;
@@ -53,6 +53,6 @@
 	function is_show_multi_blog_block($mydirname = ''){
 		if(empty($mydirname)) return false;
-		// Before loading xpressme. 
-		// The multi blog is judged by the presence of the blogs table.		
+		// Before loading xpressme.
+		// The multi blog is judged by the presence of the blogs table.
 		global $xoopsDB;
 		$wp_prefix = preg_replace('/wordpress/','wp',$mydirname);
@@ -83,5 +83,5 @@
 $modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XP2_NAME') ;
 $modversion['description'] = constant( '_MI_XP2_DESC');
-$modversion['version'] = "2.49";
+$modversion['version'] = "2.50";
 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://ja.xpressme.info) ;";
 $modversion['author'] = "toemon (http://ja.xpressme.info)";
@@ -105,13 +105,13 @@
 
 /*
- * Table information is not described. 
- * 
- * The create of the table is do with oninstall.php. 
- * The drop of the table is do with onuninstall.php. 
+ * Table information is not described.
+ *
+ * The create of the table is do with oninstall.php.
+ * The drop of the table is do with onuninstall.php.
  *
  * $modversion['tables'] = array( ,,,);
  */
 
-	
+
 // Search
 $modversion['hasSearch'] = 1 ;
@@ -217,5 +217,5 @@
 	'options'		=> $mydirname. '||10|1|7||||0' ,
 	'can_clone'		=> true ,
-	'func_num'		=> $b_no,	
+	'func_num'		=> $b_no,
 );
 $b_no++;
@@ -228,5 +228,5 @@
 	'options'		=> $mydirname. '||10|0||||0' ,
 	'can_clone'		=> true ,
-	'func_num'		=> $b_no,	
+	'func_num'		=> $b_no,
 );
 $b_no++;
@@ -251,5 +251,5 @@
 	'options'		=> $mydirname. '||10|30|||0' ,
 	'can_clone'		=> true ,
-	'func_num'		=> $b_no,	
+	'func_num'		=> $b_no,
 );
 $b_no++;
@@ -262,5 +262,5 @@
 	'options'		=> '' ,
 	'can_clone'		=> false ,
-	'func_num'		=> $b_no,	
+	'func_num'		=> $b_no,
 );
 $b_no++;
@@ -273,5 +273,5 @@
 	'options'		=> $mydirname. '||18' ,
 	'can_clone'		=> false ,
-	'func_num'		=> $b_no ,	
+	'func_num'		=> $b_no ,
 );
 $b_no++;
@@ -295,5 +295,5 @@
 	'options'		=> $mydirname. '||monthly|0|1|0' ,
 	'can_clone'		=> true ,
-	'func_num'		=> $b_no,	
+	'func_num'		=> $b_no,
 );
 $b_no++;
@@ -306,5 +306,5 @@
 	'options'		=> $mydirname. '||0|1|0|1' ,
 	'can_clone'		=> false ,
-	'func_num'		=> $b_no,	
+	'func_num'		=> $b_no,
 );
 if (wp_version_compare($wp_version, '>=','2.3')){
@@ -318,5 +318,5 @@
 		'options'		=> $mydirname. '||8|22|pt|45|flat|name|ASC||' ,
 		'can_clone'		=> false ,
-		'func_num'		=> $b_no,	
+		'func_num'		=> $b_no,
 	);
 }
@@ -330,5 +330,5 @@
 	'options'		=> $mydirname. '||ALL|name|ASC|0|0|1|1|||1|0' ,
 	'can_clone'		=> false ,
-	'func_num'		=> $b_no,	
+	'func_num'		=> $b_no,
 );
 $b_no++;
@@ -341,5 +341,5 @@
 	'options'		=> $mydirname. '||1|1|1|1|1|1|1|1' ,
 	'can_clone'		=> false ,
-	'func_num'		=> $b_no,	
+	'func_num'		=> $b_no,
 );
 if (wp_version_compare($wp_version, '>=','2.7')){
@@ -353,5 +353,5 @@
 		'options'		=> $mydirname. '||1|' ,
 		'can_clone'		=> true ,
-		'func_num'		=> $b_no,	
+		'func_num'		=> $b_no,
 	);
 }
@@ -365,5 +365,5 @@
 	'options'		=> $mydirname. '||' ,
 	'can_clone'		=> true ,
-	'func_num'		=> $b_no,	
+	'func_num'		=> $b_no,
 );
 if (wp_version_compare($wp_version, '>=','3.0-alpha') && is_show_multi_blog_block($mydirname)){
@@ -388,5 +388,5 @@
 		'options'		=> $mydirname. '||10|1|7||0|0' ,
 		'can_clone'		=> true ,
-		'func_num'		=> $b_no,	
+		'func_num'		=> $b_no,
 	);
 	$b_no++;
@@ -400,5 +400,5 @@
 		'options'		=> $mydirname. '||10|30|||0' ,
 		'can_clone'		=> true ,
-		'func_num'		=> $b_no,	
+		'func_num'		=> $b_no,
 	);
 	$b_no++;
@@ -411,5 +411,5 @@
 		'options'		=> $mydirname. '||10|0||' ,
 		'can_clone'		=> true ,
-		'func_num'		=> $b_no,	
+		'func_num'		=> $b_no,
 	);
 }
@@ -481,5 +481,5 @@
 			'mail_subject' => constant('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENTSBJ') ,
 		) ,
-		
+
 		array(
 			'name' => 'newpost' ,
