NobuNobu
nobun****@users*****
2006年 4月 11日 (火) 17:39:06 JST
Index: xoops2jp/html/install/index.php diff -u xoops2jp/html/install/index.php:1.2.8.4 xoops2jp/html/install/index.php:1.2.8.5 --- xoops2jp/html/install/index.php:1.2.8.4 Sat Apr 1 10:32:57 2006 +++ xoops2jp/html/install/index.php Tue Apr 11 17:39:06 2006 @@ -1,5 +1,5 @@ <?php -// $Id: index.php,v 1.2.8.4 2006/04/01 01:32:57 nobunobu Exp $ +// $Id: index.php,v 1.2.8.5 2006/04/11 08:39:06 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -83,7 +83,7 @@ $wizardSeq->add('createTables',_INSTALL_L40, 'siteInit', _INSTALL_L112); $wizardSeq->add('siteInit', _INSTALL_L112, 'insertData', _INSTALL_L116); $wizardSeq->add('insertData', _INSTALL_L116, 'finish', _INSTALL_L117); -$wizardSeq->add('finish', _INSTALL_L32); +$wizardSeq->add('finish', _INSTALL_L32, 'nextStep', _INSTALL_L210); if (file_exists('./custom/custom.inc.php')) { include './custom/custom.inc.php';