Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 8864)
+++ temp/trunk/data/lib/slib.php	(revision 8878)
@@ -802,5 +802,5 @@
 			$line .= "\"".$val."\",";
 		}
-		$line = ereg_replace(",$", "\n", $line);
+		//$line = ereg_replace(",$", "\n", $line);
 		return $line;
 	}else{
Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 8877)
+++ temp/trunk/html/admin/system/bkup.php	(revision 8878)
@@ -178,5 +178,5 @@
 				
 				if ($val == "dtb_order"){
-					sfprintr(sfGetCSVList($arrData[0]["conveni_data"]));
+					sfprintr(sfGetCSVList($arrData[0]));
 					exit();
 				}
