Index: /temp/trunk/html/admin/products/index.php
===================================================================
--- /temp/trunk/html/admin/products/index.php	(revision 10287)
+++ /temp/trunk/html/admin/products/index.php	(revision 10291)
@@ -279,6 +279,6 @@
 			
 			// view¤â¹Ê¹þ¤ß¤ò¤«¤±¤ë(mysqlÍÑ)
-/*			global $arrViewWhere;
-			$arrWhere = split("[?]", $where);
+			global $arrViewWhere;
+			$arrWhere = split("[?]", $view_where);
 			$where_tmp = " WHERE " . $arrWhere[0];
 			for($i = 1; $i < count($arrWhere); $i++){
@@ -287,7 +287,7 @@
 			$where_tmp .= $view_where;
 			$arrViewWhere["&&noncls_where&&"] = $where_tmp . " " . $objQuery->order . " " .  $objQuery->setlimitoffset($page_max, $startno, true);
-	*/		
+		
 			// ¸¡º÷·ë²Ì¤Î¼èÆÀ
-			//$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
+			$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
 			
 			sfprintr(sfChangeILIKE($where));
