From d7c6b0deee63645ee4f97318f414b04d55020150 Mon Sep 17 00:00:00 2001 From: tianya <8445295+llgoer@user.noreply.gitee.com> Date: Wed, 4 May 2022 22:28:47 +0800 Subject: [PATCH] Update makehtml_archives_action.php --- src/admin/makehtml_archives_action.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/admin/makehtml_archives_action.php b/src/admin/makehtml_archives_action.php index 60671e84..36e7af84 100644 --- a/src/admin/makehtml_archives_action.php +++ b/src/admin/makehtml_archives_action.php @@ -79,8 +79,7 @@ $ttime = time() - $sstime; $ttime = number_format(($ttime / 60), 2); //返回提示信息 $tjlen = $totalnum > 0 ? ceil(($tjnum / $totalnum) * 100) : 100; -$dvlen = $tjlen * 1; -$tjsta = "
"; +$tjsta = "
"; $tjsta .= "
到达位置:".($startdd + $pagesize).",用时:$ttime 分钟
完成更新文档总数 $tjlen %"; //速度测试 if ($tjnum < $totalnum) {