[xoops-cvslog 3594] CVS update: xoops2jp/html/modules/user/class

Back to archive index

Minahito minah****@users*****
2006年 7月 13日 (木) 19:53:42 JST


Index: xoops2jp/html/modules/user/class/AbstractEditAction.class.php
diff -u xoops2jp/html/modules/user/class/AbstractEditAction.class.php:1.1.2.5 xoops2jp/html/modules/user/class/AbstractEditAction.class.php:1.1.2.6
--- xoops2jp/html/modules/user/class/AbstractEditAction.class.php:1.1.2.5	Tue Mar 28 22:32:03 2006
+++ xoops2jp/html/modules/user/class/AbstractEditAction.class.php	Thu Jul 13 19:53:42 2006
@@ -64,6 +64,10 @@
 			return USER_FRAME_VIEW_ERROR;
 		}
 	
+		if (xoops_getrequest('_form_control_cancel') != null) {
+			return USER_FRAME_VIEW_CANCEL;
+		}
+
 		$this->mActionForm->load($this->mObject);
 		
 		$this->mActionForm->fetch();


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