[xoops-cvslog 3821] CVS update: xoops2jp/html/modules/base/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 8月 1日 (火) 19:36:40 JST


Index: xoops2jp/html/modules/base/admin/forms/ActionSearchForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/ActionSearchForm.class.php:1.1.2.2 xoops2jp/html/modules/base/admin/forms/ActionSearchForm.class.php:1.1.2.3
--- xoops2jp/html/modules/base/admin/forms/ActionSearchForm.class.php:1.1.2.2	Tue Mar 28 22:29:05 2006
+++ xoops2jp/html/modules/base/admin/forms/ActionSearchForm.class.php	Tue Aug  1 19:36:40 2006
@@ -9,9 +9,9 @@
  * @auchor makeActionForm
  * @abstract
  */
-class ActionSearchForm extends XCube_ActionForm 
+class Legacy_ActionSearchForm extends XCube_ActionForm 
 {
-	var $mState=null;
+	var $mState = null;
 	
 	function prepare()
 	{
@@ -26,6 +26,6 @@
 	function fetch()
 	{
 		parent::fetch();
-		$this->setVar('keywords',trim($this->getVar('keywords')));
+		$this->set('keywords', trim($this->get('keywords')));
 	}
 }	


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