Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 6347)
+++ temp/trunk/html/admin/system/bkup.php	(revision 6453)
@@ -307,5 +307,8 @@
 		$arrRet = $objQuery->getAll($sql);
 		$arrRet = sfSwapArray($arrRet);
-		$arrRet = $arrRet['Tables_in_eccube_db'];
+		
+		// ¥­¡¼¤ò¼èÆÀ
+		$arrKey = array_keys($arrRet);
+		$arrRet = $arrRet[$arrKey[0]];
 	}
 	
@@ -471,5 +474,4 @@
 			$objPage->restore_err = false;
 		}
-
 	}
 }
