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

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 7月 27日 (木) 18:34:36 JST


Index: xoops2jp/html/modules/base/forms/SearchShowallForm.class.php
diff -u xoops2jp/html/modules/base/forms/SearchShowallForm.class.php:1.1.2.1 xoops2jp/html/modules/base/forms/SearchShowallForm.class.php:1.1.2.2
--- xoops2jp/html/modules/base/forms/SearchShowallForm.class.php:1.1.2.1	Sat May 27 22:06:39 2006
+++ xoops2jp/html/modules/base/forms/SearchShowallForm.class.php	Thu Jul 27 18:34:36 2006
@@ -32,7 +32,7 @@
 	
 	function update(&$params)
 	{
-		$params['mid'] = $this->get('mid');
+		$params['mids'][] = $this->get('mid');
 		$params['queries'] = $this->mQueries;
 		$params['andor'] = $this->get('andor');
 		$params['maxhit'] = 20;


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る