Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5803)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5804)
@@ -336,5 +336,5 @@
 	}else if(DB_TYPE == "mysql"){
 		$sql = "SHOW TABLE STATUS LIKE ?";
-		$arrData = $objQuery->query($sql, $table_name);
+		$arrData = $objQuery->getAll($sql, $table_name);
 		$ret = $arrData['Auto_increment'];
 		
