Index: temp/trunk/html/admin/contents/recommend_search.php
===================================================================
--- temp/trunk/html/admin/contents/recommend_search.php	(revision 10209)
+++ temp/trunk/html/admin/contents/recommend_search.php	(revision 10313)
@@ -89,15 +89,18 @@
 		$page_max = SEARCH_PMAX;
 	}
-	
+
 	// ¥Ú¡¼¥¸Á÷¤ê¤Î¼èÆÀ
 	$objNavi = new SC_PageNavi($_POST['search_pageno'], $linemax, $page_max, "fnNaviSearchOnlyPage", NAVI_PMAX);
 	$objPage->tpl_strnavi = $objNavi->strnavi;		// É½¼¨Ê¸»úÎó
 	$startno = $objNavi->start_row;
-	
+
 	// ¼èÆÀÈÏ°Ï¤Î»ØÄê(³«»Ï¹ÔÈÖ¹æ¡¢¹Ô¿ô¤Î¥»¥Ã¥È)
-	$objQuery->setlimitoffset($page_max, $startno);
-
+	if(DB_TYPE != "mysql") $objQuery->setlimitoffset($page_max, $startno);
 	// É½¼¨½ç½ø
 	$objQuery->setorder($order);
+
+	// view¤â¹Ê¹þ¤ß¤ò¤«¤±¤ë(mysqlÍÑ)
+	sfViewWhere("&&noncls_where&&", $where, $arrval, $objQuery->order . " " .  $objQuery->setlimitoffset($page_max, $startno, true));
+
 	// ¸¡º÷·ë²Ì¤Î¼èÆÀ
 	$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
