Index: /temp/branches/ec-cube-beta/html/install/index.php
===================================================================
--- /temp/branches/ec-cube-beta/html/install/index.php	(revision 10651)
+++ /temp/branches/ec-cube-beta/html/install/index.php	(revision 10652)
@@ -827,5 +827,5 @@
 	// CSV¥Æ¡¼¥Ö¥ë
 	$sql = "insert into dtb_csv(csv_id,col,disp_name,rank,create_date,update_date)values(1,'category_id','¥«¥Æ¥´¥êID',53,now(),now());";
-	sfDataExists("dtb_csv", "csv_id = ?, col = ?", array(1, 'category_id'), $dsn = "", $sql, true);
+	sfDataExists("dtb_csv", "csv_id = ? AND col = ?", array(1, 'category_id'), $dsn = "", $sql, true);
 }
 ?>
