Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5480)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5481)
@@ -99,7 +99,10 @@
 		// CSV¥Ç¡¼¥¿À¸À®
 		if (count($arrData) > 0) {
-		$csv_data .= $val . "\n";
-		
-		sfprintr($arrData);
+			$csv_data .= $val . "\n";
+		
+			$arrKyes = array_keys($arrData[0]);
+			
+			sfprintr($arrKyes);
+			//sfprintr($arrData);
 			
 		}	
