Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5760)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5761)
@@ -447,5 +447,5 @@
 	
 	foreach($arrCsvData as $key => $val){
-		$arrData = split(";", trim($val));
+		$arrData = split(",", trim($val));
 		sfprintr($arrData);
 	}
