Minahito
minah****@users*****
2006年 9月 1日 (金) 12:17:16 JST
Index: xoops2jp/html/modules/base/service/LegacySearchService.class.php diff -u xoops2jp/html/modules/base/service/LegacySearchService.class.php:1.1.2.7 xoops2jp/html/modules/base/service/LegacySearchService.class.php:1.1.2.8 --- xoops2jp/html/modules/base/service/LegacySearchService.class.php:1.1.2.7 Fri Sep 1 12:13:20 2006 +++ xoops2jp/html/modules/base/service/LegacySearchService.class.php Fri Sep 1 12:17:16 2006 @@ -108,21 +108,9 @@ $this->addType('Legacy_ArrayOfInt'); $this->addType('Legacy_ArrayOfString'); -// $this->addFunction(S_PUBLIC_FUNC('Legacy_SearchModuleResultArray getItems(int uid, current_uid uid, Legacy_ArrayOfString queries, string andor, int max_hit, int start, Legacy_ArrayOfInt mids)')); $this->addFunction(S_PUBLIC_FUNC('Legacy_SearchItemArray searchItems(int mid, Legacy_ArrayOfString queries, string andor, int maxhit, int start)')); $this->addFunction(S_PUBLIC_FUNC('Legacy_SearchItemArray searchItemsOfUser(int mid, int uid, int maxhit, int start)')); $this->addFunction(S_PUBLIC_FUNC('Legacy_SearchModuleArray getActiveModules()')); - $this->addFunction(S_PUBLIC_FUNC('Legacy_ArrayOfString echos(Legacy_ArrayOfString test)')); - } - - function echos(&$user, $params) - { - $ret = array(); - foreach ($params['test'] as $t_str) { - $ret[] = $t_str; - } - - return $ret; } function getActiveModules(&$user, $params)