Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5769)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5770)
@@ -482,6 +482,4 @@
 	$arrTableList = lfGetTableList();
 	
-	sfprintr($arrTableList);
-	
 	if(array_key_exists("dtb_bkup", $arrTableList)){
 		// Â¸ºß¤·¤Æ¤¤¤Ê¤±¤ì¤ÐºîÀ®
@@ -496,4 +494,5 @@
 		
 		$objQuery->query($cre_sql);
+		$objQuery->getlastquery();
 	}
 }
