Index: temp/trunk/html/admin/customer/index.php
===================================================================
--- temp/trunk/html/admin/customer/index.php	(revision 2159)
+++ temp/trunk/html/admin/customer/index.php	(revision 2160)
@@ -171,6 +171,4 @@
 			// CSV¥«¥é¥à¼èÆÀ
 			$arrCsvOutput = (sfgetCsvOutput(2, " WHERE csv_id = 2 AND status = 1"));
-			
-			sfprintr($arrCsvOutput);
 
 			if (count($arrCsvOutput) <= 0) break;
@@ -192,4 +190,7 @@
 			//-¡¡CSV½ÐÎÏ
 			$data = lfGetCSVData($objPage->search_data, $arrColumn);
+			
+			sfprintr($data);
+			
 			sfCSVDownload($header.$data);
 			exit;
