NobuNobu
nobun****@users*****
2006年 12月 28日 (木) 23:15:43 JST
Index: xoops2jp/html/modules/legacy/actions/SearchShowallbyuserAction.class.php diff -u xoops2jp/html/modules/legacy/actions/SearchShowallbyuserAction.class.php:1.1.2.2 xoops2jp/html/modules/legacy/actions/SearchShowallbyuserAction.class.php:1.1.2.3 --- xoops2jp/html/modules/legacy/actions/SearchShowallbyuserAction.class.php:1.1.2.2 Sun Oct 15 00:44:10 2006 +++ xoops2jp/html/modules/legacy/actions/SearchShowallbyuserAction.class.php Thu Dec 28 23:15:43 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: SearchShowallbyuserAction.class.php,v 1.1.2.2 2006/10/14 15:44:10 minahito Exp $ + * @version $Id: SearchShowallbyuserAction.class.php,v 1.1.2.3 2006/12/28 14:15:43 nobunobu Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -13,7 +13,7 @@ { function _setupActionForm() { - $this->mActionForm =& new Legacy_SearchShowallbyuserForm($this->mConfig['keyword_min']); + $this->mActionForm =& new Legacy_SearchShowallbyuserForm(0); $this->mActionForm->prepare(); }