Index: branches/dev/html/admin/products/index_csv.php
===================================================================
--- branches/dev/html/admin/products/index_csv.php	(revision 17)
+++ branches/dev/html/admin/products/index_csv.php	(revision 211)
@@ -96,5 +96,5 @@
 			}
 	
-			$tmp = ereg_replace("[\",]", " ", $tmp);
+			$tmp = str_replace("\"", "\\\"", $tmp);
 			$line .= "\"".$tmp."\",";
 		}
Index: branches/dev/html/admin/products/index.php
===================================================================
--- branches/dev/html/admin/products/index.php	(revision 17)
+++ branches/dev/html/admin/products/index.php	(revision 211)
@@ -281,4 +281,5 @@
 			// ¸¡º÷·ë²Ì¤Î¼èÆÀ
 			$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
+			sfprintr($objQuery->getlastquery(false));
 			
 			break;
