Index: trunk/xoops_version.php
===================================================================
--- trunk/xoops_version.php	(revision 186)
+++ trunk/xoops_version.php	(revision 188)
@@ -40,5 +40,5 @@
 
 // status
-$modversion['codename'] = "Bata3(r186)";
+$modversion['codename'] = "Bata3(r188)";
 
 // onInstall, onUpdate, onUninstall
@@ -55,19 +55,12 @@
 }
 
-$modversion['tables'] = array(
-	$db_prefix . "_comments",
-	$db_prefix . "_links",
-	$db_prefix . "_options",
-	$db_prefix . "_postmeta",
-	$db_prefix . "_posts",
-	$db_prefix . "_users",
-	$db_prefix . "_usermeta",
-	$db_prefix . "_terms",
-	$db_prefix . "_term_relationships",
-	$db_prefix . "_term_taxonomy",
-	$db_prefix . "_views",	
-	$db_prefix . "_d3forum_link",
-	$db_prefix . "_group_role"
-);
+/*
+ * 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( ,,,);
+ */
 
 
