[xoops-cvslog 3047] CVS update: xoops2jp/html/modules/user

Back to archive index

NobuNobu nobun****@users*****
2006年 5月 16日 (火) 21:47:19 JST


Index: xoops2jp/html/modules/user/xoops_version.php
diff -u xoops2jp/html/modules/user/xoops_version.php:1.1.2.18 xoops2jp/html/modules/user/xoops_version.php:1.1.2.19
--- xoops2jp/html/modules/user/xoops_version.php:1.1.2.18	Mon May 15 12:22:31 2006
+++ xoops2jp/html/modules/user/xoops_version.php	Tue May 16 21:47:19 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: xoops_version.php,v 1.1.2.18 2006/05/15 03:22:31 minahito Exp $
+// $Id: xoops_version.php,v 1.1.2.19 2006/05/16 12:47:19 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -39,7 +39,10 @@
 // SQL
 $modversion['sqlfile']['mysql'] = "sql/mysql.sql";
 
-// Admin things
+// Tables created by sql file (without prefix!)
+$modversion['tables'][0] = "user_mailjob";
+$modversion['tables'][1] = "user_mailjob_link";
+
// Admin things
 $modversion['hasAdmin'] = 1;
 $modversion['adminindex'] = "admin/index.php";
 $modversion['adminmenu'] = "admin/menu.php";


xoops-cvslog メーリングリストの案内
Back to archive index