Minahito
minah****@users*****
2006年 9月 28日 (木) 14:04:21 JST
Index: xoops2jp/html/modules/pm/class/ActionFrame.class.php diff -u xoops2jp/html/modules/pm/class/ActionFrame.class.php:1.1.2.6 xoops2jp/html/modules/pm/class/ActionFrame.class.php:1.1.2.6.2.1 --- xoops2jp/html/modules/pm/class/ActionFrame.class.php:1.1.2.6 Sun Sep 24 19:38:14 2006 +++ xoops2jp/html/modules/pm/class/ActionFrame.class.php Thu Sep 28 14:04:20 2006 @@ -1,13 +1,11 @@ <?php /** * @package pm - * @version $Id: ActionFrame.class.php,v 1.1.2.6 2006/09/24 10:38:14 minahito Exp $ + * @version $Id: ActionFrame.class.php,v 1.1.2.6.2.1 2006/09/28 05:04:20 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); -require_once XOOPS_ROOT_PATH . "/class/XCube_ActionStrategy.class.php"; - define ("PM_FRAME_PERFORM_SUCCESS", 1); define ("PM_FRAME_PERFORM_FAIL", 2); define ("PM_FRAME_INIT_SUCCESS", 3); @@ -20,7 +18,7 @@ define ("PM_FRAME_VIEW_PREVIEW", 6); define ("PM_FRAME_VIEW_CANCEL", 7); -class Pm_ActionFrame extends XCube_ActionStrategy +class Pm_ActionFrame { var $mActionName = null; var $mAction = null;