[xoops-cvslog 2663] CVS update: xoops2jp/html/class

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 4月 6日 (木) 15:49:35 JST


Index: xoops2jp/html/class/XCube_ActionForm.class.php
diff -u xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.30 xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.31
--- xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.30	Tue Mar 28 22:28:16 2006
+++ xoops2jp/html/class/XCube_ActionForm.class.php	Thu Apr  6 15:49:35 2006
@@ -312,6 +312,8 @@
 	
 	function fetch($key = null)
 	{
+		unset($this->mProperties);
+		$this->mProperties = array();
 		if (isset($_REQUEST[$this->mName]) && is_array($_REQUEST[$this->mName])) {
 			foreach ($_REQUEST[$this->mName] as $_key => $_val) {
 				$this->mProperties[$_key] =& new $this->mPropertyClassName($this->mName);


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