[xoops-cvslog 3887] CVS update: xoops2jp/html/modules/base/class

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 8月 2日 (水) 18:46:28 JST


Index: xoops2jp/html/modules/base/class/AbstractEditAction.class.php
diff -u xoops2jp/html/modules/base/class/AbstractEditAction.class.php:1.1.2.4 xoops2jp/html/modules/base/class/AbstractEditAction.class.php:1.1.2.5
--- xoops2jp/html/modules/base/class/AbstractEditAction.class.php:1.1.2.4	Thu May 25 18:31:08 2006
+++ xoops2jp/html/modules/base/class/AbstractEditAction.class.php	Wed Aug  2 18:46:28 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package Legacy
+ * @version $Id: AbstractEditAction.class.php,v 1.1.2.5 2006/08/02 09:46:28 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
@@ -61,6 +65,10 @@
 			return LEGACY_FRAME_VIEW_ERROR;
 		}
 	
+		if (xoops_getrequest('_form_control_cancel') != null) {
+			return LEGACY_FRAME_VIEW_CANCEL;
+		}
+
 		$this->mActionForm->load($this->mObject);
 		
 		$this->mActionForm->fetch();


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