Index: /trunk/include/onupdate.php
===================================================================
--- /trunk/include/onupdate.php	(revision 110)
+++ /trunk/include/onupdate.php	(revision 111)
@@ -10,5 +10,5 @@
 	// transations on module update
 
-	global $msgs ; // TODO :-D
+	global $ret ; // TODO :-D
 
 	// for Cube 2.1
@@ -16,7 +16,7 @@
 		$root =& XCube_Root::getSingleton();
 		$root->mDelegateManager->add( 'Legacy.Admin.Event.ModuleUpdate.' . ucfirst($mydirname) . '.Success', 'xpress_message_append_onupdate' ) ;
-		$msgs = array() ;
+		$ret = array() ;
 	} else {
-		if( ! is_array( $msgs ) ) $msgs = array() ;
+		if( ! is_array( $ret ) ) $ret = array() ;
 	}
 
Index: /trunk/xoops_version.php
===================================================================
--- /trunk/xoops_version.php	(revision 110)
+++ /trunk/xoops_version.php	(revision 111)
@@ -31,5 +31,5 @@
 $modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ;
 $modversion['description'] = constant( '_MI_XPRESS_DESC');
-$modversion['version'] = "0.07";
+$modversion['version'] = "0.08";
 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com) ;";
 $modversion['author'] = "toemon (http://www.toemon.com)";
@@ -40,5 +40,5 @@
 
 // status
-$modversion['codename'] = "r108";
+$modversion['codename'] = "r111";
 
 // onInstall, onUpdate, onUninstall
