[xoops-cvslog 3922] CVS update: xoops2jp/html/modules/base/service

Back to archive index

Minahito minah****@users*****
2006年 8月 4日 (金) 13:36:56 JST


Index: xoops2jp/html/modules/base/service/LegacySearchService.class.php
diff -u xoops2jp/html/modules/base/service/LegacySearchService.class.php:1.1.2.5 xoops2jp/html/modules/base/service/LegacySearchService.class.php:1.1.2.6
--- xoops2jp/html/modules/base/service/LegacySearchService.class.php:1.1.2.5	Thu Jul 27 18:35:08 2006
+++ xoops2jp/html/modules/base/service/LegacySearchService.class.php	Fri Aug  4 13:36:56 2006
@@ -63,7 +63,7 @@
 					continue;
 				}
 				
-				$results =& $module->search($queries, $andor, $maxhit, $start, $uid);
+				$results =& $module->search($queries, $andor, $max_hit, $start, $uid);
 				
 				$ret[$i]['mid'] = $mid;
 				$ret[$i]['name'] = $module->get('name');
@@ -91,7 +91,7 @@
 						$ret[$i]['results'][] = $item;
 					}
 					
-					$ret[$i]['has_more'] = (count($results) == $maxhit);
+					$ret[$i]['has_more'] = (count($results) == $max_hit);
 				}
 				else {
 					$ret[$i]['results'] = array();


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