Index: temp/trunk/html/admin/develop/csv.php
===================================================================
--- temp/trunk/html/admin/develop/csv.php	(revision 7179)
+++ temp/trunk/html/admin/develop/csv.php	(revision 7180)
@@ -26,5 +26,5 @@
 
 // ¥¨¥ó¥³¡¼¥É
-$enc_filepath = sfEncodeFile($filepath, "CHAR_CODE", CSV_TEMP_DIR);
+$enc_filepath = sfEncodeFile($filepath, CHAR_CODE, CSV_TEMP_DIR);
 
 $total = 0;
Index: temp/trunk/html/admin/develop/upload_csv.php
===================================================================
--- temp/trunk/html/admin/develop/upload_csv.php	(revision 7179)
+++ temp/trunk/html/admin/develop/upload_csv.php	(revision 7180)
@@ -56,5 +56,5 @@
 		$filepath = $objUpFile->getTempFilePath('csv_file');
 		// ¥¨¥ó¥³¡¼¥É
-		$enc_filepath = sfEncodeFile($filepath, "CHAR_CODE", CSV_TEMP_DIR);
+		$enc_filepath = sfEncodeFile($filepath, CHAR_CODE, CSV_TEMP_DIR);
 		$fp = fopen($enc_filepath, "r");
 		
