Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5478)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5479)
@@ -97,5 +97,8 @@
 		$arrData = $objQuery->getAll("SELECT * FROM $val");
 
-		// CSV¥Ç¡¼¥¿À¸À®		
+		// CSV¥Ç¡¼¥¿À¸À®
+		if (count($arrData) > 0) {
+			
+		}	
 		$csv_data .= $val . "\n";
 		
