Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5485)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5486)
@@ -102,5 +102,5 @@
 		
 			$arrKyes = sfGetCommaList(array_keys($arrData[0]), false);
-			$csv_data = $arrKyes . "\n";
+			$csv_data .= $arrKyes . "\n";
 			
 			sfprintr($arrKyes);
