Index: temp/trunk/html/admin/customer/index.php
===================================================================
--- temp/trunk/html/admin/customer/index.php	(revision 4853)
+++ temp/trunk/html/admin/customer/index.php	(revision 5253)
@@ -200,5 +200,5 @@
 		case 'delete_all':
 			// ¸¡º÷·ë²Ì¤ò¤¹¤Ù¤Æºï½ü
-			$where = "product_id IN (SELECT product_id FROM vw_products_nonclass WHERE $where)";
+			$where = "product_id IN (SELECT product_id FROM vw_products_nonclass AS noncls WHERE $where)";
 			$sqlval['del_flg'] = 1;
 			$objQuery->update("dtb_products", $sqlval, $where, $arrval);
