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