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