[xoops-cvslog 6052] CVS update: xoops2jp/html/install/wizards

Zurück zum Archiv-Index

NobuNobu nobun****@users*****
2006年 12月 16日 (土) 23:10:31 JST


Index: xoops2jp/html/install/wizards/install_checkDB.inc.php
diff -u xoops2jp/html/install/wizards/install_checkDB.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_checkDB.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_checkDB.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_checkDB.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_checkDB.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include_once '../mainfile.php';
     include_once './class/dbmanager.php';
     $dbm = new db_manager;
Index: xoops2jp/html/install/wizards/install_createDB.inc.php
diff -u xoops2jp/html/install/wizards/install_createDB.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_createDB.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_createDB.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_createDB.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_createDB.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include_once '../mainfile.php';
     include_once './class/dbmanager.php';
     $dbm = new db_manager;
Index: xoops2jp/html/install/wizards/install_createTables.inc.php
diff -u xoops2jp/html/install/wizards/install_createTables.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_createTables.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_createTables.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_createTables.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_createTables.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include_once '../mainfile.php';
     include_once './class/dbmanager.php';
     $dbm = new db_manager;
Index: xoops2jp/html/install/wizards/install_dbconfirm.inc.php
diff -u xoops2jp/html/install/wizards/install_dbconfirm.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_dbconfirm.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_dbconfirm.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_dbconfirm.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_dbconfirm.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include_once 'class/settingmanager.php';
     $sm = new setting_manager(true);
 
Index: xoops2jp/html/install/wizards/install_dbform.inc.php
diff -u xoops2jp/html/install/wizards/install_dbform.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_dbform.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_dbform.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_dbform.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_dbform.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include_once '../mainfile.php';
     include_once 'class/settingmanager.php';
     $sm = new setting_manager();
Index: xoops2jp/html/install/wizards/install_dbsave.inc.php
diff -u xoops2jp/html/install/wizards/install_dbsave.inc.php:1.1.2.3 xoops2jp/html/install/wizards/install_dbsave.inc.php:1.1.2.3.2.1
--- xoops2jp/html/install/wizards/install_dbsave.inc.php:1.1.2.3	Sun Sep 17 11:54:20 2006
+++ xoops2jp/html/install/wizards/install_dbsave.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_dbsave.inc.php,v 1.1.2.3.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include_once './class/mainfilemanager.php';
     $mm = new mainfile_manager('../mainfile.php');
 
Index: xoops2jp/html/install/wizards/install_finish.inc.php
diff -u xoops2jp/html/install/wizards/install_finish.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_finish.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_finish.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_finish.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_finish.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include './language/'.$language.'/finish.php'; //This will set message to $content;
     $wizard->assign('finish', $content);
     $wizard->render('install_finish.tpl.php');
Index: xoops2jp/html/install/wizards/install_initial.inc.php
diff -u xoops2jp/html/install/wizards/install_initial.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_initial.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_initial.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_initial.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_initial.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     // confirm database setting
     include_once "../mainfile.php";
     $wizard->render('install_initial.tpl.php');
Index: xoops2jp/html/install/wizards/install_insertData.inc.php
diff -u xoops2jp/html/install/wizards/install_insertData.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_insertData.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_insertData.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_insertData.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_insertData.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     $adminname = $myts->stripSlashesGPC(trim($_POST['adminname']));
     $adminpass = $myts->stripSlashesGPC($_POST['adminpass']);
     $adminmail = $myts->stripSlashesGPC(trim($_POST['adminmail']));
Index: xoops2jp/html/install/wizards/install_langselect.inc.php
diff -u xoops2jp/html/install/wizards/install_langselect.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_langselect.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_langselect.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_langselect.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_langselect.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     if (!defined('_INSTALL_L128')) {
         define('_INSTALL_L128', 'Choose language to be used for the installation process');
     }
Index: xoops2jp/html/install/wizards/install_mainfile.inc.php
diff -u xoops2jp/html/install/wizards/install_mainfile.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_mainfile.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_mainfile.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_mainfile.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_mainfile.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     // checking XOOPS_ROOT_PATH and XOOPS_URL
     include_once '../mainfile.php';
 
Index: xoops2jp/html/install/wizards/install_modcheck.inc.php
diff -u xoops2jp/html/install/wizards/install_modcheck.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_modcheck.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_modcheck.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_modcheck.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_modcheck.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     $writeok = array('uploads/', 'cache/', 'templates_c/', 'mainfile.php');
     $error = false;
     foreach ($writeok as $wok) {
Index: xoops2jp/html/install/wizards/install_nextStep.inc.php
diff -u xoops2jp/html/install/wizards/install_nextStep.inc.php:1.1.2.1.2.1 xoops2jp/html/install/wizards/install_nextStep.inc.php:1.1.2.1.2.2
--- xoops2jp/html/install/wizards/install_nextStep.inc.php:1.1.2.1.2.1	Mon Oct 23 18:09:33 2006
+++ xoops2jp/html/install/wizards/install_nextStep.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_nextStep.inc.php,v 1.1.2.1.2.2 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include_once '../mainfile.php';
     header('Location: ' . XOOPS_URL . '/');
 ?>
Index: xoops2jp/html/install/wizards/install_siteInit.inc.php
diff -u xoops2jp/html/install/wizards/install_siteInit.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_siteInit.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_siteInit.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_siteInit.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_siteInit.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include_once '../mainfile.php';
     $wizard->render('install_siteInit.tpl.php');
 ?>
Index: xoops2jp/html/install/wizards/install_start.inc.php
diff -u xoops2jp/html/install/wizards/install_start.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_start.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_start.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_start.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_start.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include './language/'.$language.'/welcome.php'; //This will set message to $content;
     $wizard->assign('welcome', $content);
     $wizard->render('install_start.tpl.php');
Index: xoops2jp/html/install/wizards/install_updateAvatars.inc.php
diff -u xoops2jp/html/install/wizards/install_updateAvatars.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_updateAvatars.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_updateAvatars.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_updateAvatars.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateAvatars.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     $content = '<p>'._INSTALL_L151.'</p>';
     $b_next = array('updateAvatars_go', _INSTALL_L139);
     include 'install_tpl.php';
Index: xoops2jp/html/install/wizards/install_updateAvatars_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateAvatars_go.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_updateAvatars_go.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_updateAvatars_go.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_updateAvatars_go.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateAvatars_go.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     unset($xoopsOption['nocommon']);
     include('../mainfile.php');
     $content = '';
Index: xoops2jp/html/install/wizards/install_updateComments.inc.php
diff -u xoops2jp/html/install/wizards/install_updateComments.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_updateComments.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_updateComments.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_updateComments.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateComments.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     $content = "<p>"._INSTALL_L149."</p>\n";
     $b_next = array('updateComments_go', _INSTALL_L138);
     include 'install_tpl.php';
Index: xoops2jp/html/install/wizards/install_updateComments_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateComments_go.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_updateComments_go.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_updateComments_go.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_updateComments_go.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateComments_go.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     unset($xoopsOption['nocommon']);
     include '../mainfile.php';
     include '../class/xoopscomments.php';
Index: xoops2jp/html/install/wizards/install_updateConfig.inc.php
diff -u xoops2jp/html/install/wizards/install_updateConfig.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_updateConfig.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_updateConfig.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_updateConfig.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateConfig.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     $b_next = array('updateConfig_go', _INSTALL_L144);
     $content = "<p>"._INSTALL_L143."</p>\n";
     include 'install_tpl.php';
Index: xoops2jp/html/install/wizards/install_updateConfig_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateConfig_go.inc.php:1.1.2.2 xoops2jp/html/install/wizards/install_updateConfig_go.inc.php:1.1.2.2.2.1
--- xoops2jp/html/install/wizards/install_updateConfig_go.inc.php:1.1.2.2	Fri Aug 25 19:14:08 2006
+++ xoops2jp/html/install/wizards/install_updateConfig_go.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateConfig_go.inc.php,v 1.1.2.2.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include_once "../mainfile.php";
 
     $language = check_language($language);
Index: xoops2jp/html/install/wizards/install_updateModules.inc.php
diff -u xoops2jp/html/install/wizards/install_updateModules.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_updateModules.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_updateModules.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_updateModules.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateModules.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     $b_next = array('updateModules_go', _INSTALL_L137);
     $content = "<p>"._INSTALL_L141."</p>\n";
     include 'install_tpl.php';
Index: xoops2jp/html/install/wizards/install_updateModules_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateModules_go.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_updateModules_go.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_updateModules_go.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_updateModules_go.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateModules_go.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     unset($xoopsOption['nocommon']);
     include_once "../mainfile.php";
     error_reporting(E_ERROR);
Index: xoops2jp/html/install/wizards/install_updateSmilies.inc.php
diff -u xoops2jp/html/install/wizards/install_updateSmilies.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_updateSmilies.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_updateSmilies.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_updateSmilies.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateSmilies.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     $content = '<p>'._INSTALL_L150.'</p>';
     $b_next = array('updateSmilies_go', _INSTALL_L140);
     include 'install_tpl.php';
Index: xoops2jp/html/install/wizards/install_updateSmilies_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateSmilies_go.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_updateSmilies_go.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_updateSmilies_go.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_updateSmilies_go.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateSmilies_go.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     unset($xoopsOption['nocommon']);
     include('../mainfile.php');
     $result = $xoopsDB->query("SELECT * FROM ".$xoopsDB->prefix('smiles'));
Index: xoops2jp/html/install/wizards/install_updateTables.inc.php
diff -u xoops2jp/html/install/wizards/install_updateTables.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_updateTables.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_updateTables.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_updateTables.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateTables.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include_once "../mainfile.php";
     include_once './class/dbmanager.php';
     $db = new db_manager;
Index: xoops2jp/html/install/wizards/install_updateTables_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateTables_go.inc.php:1.1.2.1 xoops2jp/html/install/wizards/install_updateTables_go.inc.php:1.1.2.1.2.1
--- xoops2jp/html/install/wizards/install_updateTables_go.inc.php:1.1.2.1	Sat Apr  1 10:33:00 2006
+++ xoops2jp/html/install/wizards/install_updateTables_go.inc.php	Sat Dec 16 23:10:30 2006
@@ -1,4 +1,12 @@
 <?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: install_updateTables_go.inc.php,v 1.1.2.1.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
     include_once "../mainfile.php";
     $error = false;
     $g_webmasters = isset($g_webmasters) ? intval($g_webmasters) : 0;


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index