[xoops-cvslog 4675] CVS update: xoops2jp/html/modules/pm

Back to archive index

Minahito minah****@users*****
2006年 9月 28日 (木) 14:04:21 JST


Index: xoops2jp/html/modules/pm/index.php
diff -u xoops2jp/html/modules/pm/index.php:1.1.2.4 xoops2jp/html/modules/pm/index.php:1.1.2.4.2.1
--- xoops2jp/html/modules/pm/index.php:1.1.2.4	Thu Aug 17 18:09:51 2006
+++ xoops2jp/html/modules/pm/index.php	Thu Sep 28 14:04:21 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package pm
- * @version $Id: index.php,v 1.1.2.4 2006/08/17 09:09:51 minahito Exp $
+ * @version $Id: index.php,v 1.1.2.4.2.1 2006/09/28 05:04:21 minahito Exp $
  */
 
 require_once "../../mainfile.php";
@@ -15,9 +15,9 @@
 $moduleRunner =& new Pm_ActionFrame(false);
 $moduleRunner->setActionName($actionName);
 
-$root->mController->setActionStrategy($moduleRunner);
+$root->mController->mExecute->add(array(&$moduleRunner, 'execute'));
 
-$root->mController->executeAction();
+$root->mController->execute();
 
 require_once XOOPS_ROOT_PATH . "/footer.php";
 
Index: xoops2jp/html/modules/pm/pmlite.php
diff -u xoops2jp/html/modules/pm/pmlite.php:1.1.2.5 xoops2jp/html/modules/pm/pmlite.php:1.1.2.5.2.1
--- xoops2jp/html/modules/pm/pmlite.php:1.1.2.5	Thu Aug 17 18:09:51 2006
+++ xoops2jp/html/modules/pm/pmlite.php	Thu Sep 28 14:04:21 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package pm
- * @version $Id: pmlite.php,v 1.1.2.5 2006/08/17 09:09:51 minahito Exp $
+ * @version $Id: pmlite.php,v 1.1.2.5.2.1 2006/09/28 05:04:21 minahito Exp $
  */
 
 require_once "../../mainfile.php";
@@ -15,9 +15,9 @@
 
 $root->mController->setDialogMode(true);
 
-$root->mController->setActionStrategy($moduleRunner);
+$root->mController->mExecute->add(array(&$moduleRunner, 'execute'));
 
-$root->mController->executeAction();
+$root->mController->execute();
 
 require_once XOOPS_ROOT_PATH . "/footer.php";
 


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