Index: /temp/trunk/html/admin/system/bkup.php
===================================================================
--- /temp/trunk/html/admin/system/bkup.php	(revision 5980)
+++ /temp/trunk/html/admin/system/bkup.php	(revision 5981)
@@ -548,5 +548,5 @@
 		
 		// ¥¿¥¤¥à¥¢¥¦¥È¤òËÉ¤°
-//		sfFlush();
+		sfFlush();
 	}
 	fclose($fp);
@@ -562,4 +562,8 @@
 	foreach($arrCsvData as $key => $val){
 		$arrData = split(",", trim($val));
+		
+		if ($arrData[2] == 0) {
+			$arrData[2] = 1;
+		}
 		$objQuery->setval($arrData[0], $arrData[1], $arrData[2]);
 		
