[xoops-cvslog 2607] CVS update: xoops2jp/html/install/custom

Back to archive index

NobuNobu nobun****@users*****
2006年 4月 1日 (土) 10:32:57 JST


Index: xoops2jp/html/install/custom/custom.inc.dist.php
diff -u xoops2jp/html/install/custom/custom.inc.dist.php:1.1.2.1 xoops2jp/html/install/custom/custom.inc.dist.php:1.1.2.2
--- xoops2jp/html/install/custom/custom.inc.dist.php:1.1.2.1	Tue Mar  7 22:11:39 2006
+++ xoops2jp/html/install/custom/custom.inc.dist.php	Sat Apr  1 10:32:57 2006
@@ -1,3 +1,3 @@
 <?php
-    $widzardSeq->insertAfter('start', 'envcheck', 'Enviromment Check');
+    $wizardSeq->insertAfter('start', 'envcheck', 'Enviromment Check');
 ?>
Index: xoops2jp/html/install/custom/install_envcheck.inc.php
diff -u xoops2jp/html/install/custom/install_envcheck.inc.php:1.1.2.1 xoops2jp/html/install/custom/install_envcheck.inc.php:1.1.2.2
--- xoops2jp/html/install/custom/install_envcheck.inc.php:1.1.2.1	Tue Mar  7 22:11:39 2006
+++ xoops2jp/html/install/custom/install_envcheck.inc.php	Sat Apr  1 10:32:57 2006
@@ -1,4 +1,4 @@
 <?php
-   $widzard->setTemplatePath(dirname(__FILE__));
-   $widzard->render('install_envcheck.tpl.php');
+   $wizard->setTemplatePath(dirname(__FILE__));
+   $wizard->render('install_envcheck.tpl.php');
 ?>
\ No newline at end of file


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