Index: temp/trunk/html/admin/products/index.php
===================================================================
--- temp/trunk/html/admin/products/index.php	(revision 10228)
+++ temp/trunk/html/admin/products/index.php	(revision 10236)
@@ -267,6 +267,10 @@
 			
 			// view¤â¹Ê¹þ¤ß¤ò¤«¤±¤ë(mysqlÍÑ)
-			global $arrViewWhere;
-			$arrViewWhere["&&noncls_where&&"] = $where;
+			//global $arrViewWhere;
+			//$arrViewWhere["&&noncls_where&&"] = $where;
+			
+			 $sth = $objQuery->prepare($where);
+			 
+			 sfprintr($sth);
 			
 			// ¸¡º÷·ë²Ì¤Î¼èÆÀ
Index: temp/trunk/data/module/DB/common.php
===================================================================
--- temp/trunk/data/module/DB/common.php	(revision 10235)
+++ temp/trunk/data/module/DB/common.php	(revision 10236)
@@ -1601,6 +1601,4 @@
             }
         }
-		sfprintr($this->prepared_queries);
-		
         if (sizeof($params) > 0) {
             $sth = $this->prepare($query);
