From 4a8f7d044621e55bee3d3c6eaa28cf52e9d8250c Mon Sep 17 00:00:00 2001 From: tianya Date: Wed, 8 Mar 2023 21:27:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=8F=E7=9B=AE=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/makehtml_list_action.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/admin/makehtml_list_action.php b/src/admin/makehtml_list_action.php index 2da70c89..427bb22e 100644 --- a/src/admin/makehtml_list_action.php +++ b/src/admin/makehtml_list_action.php @@ -101,13 +101,14 @@ if ($nextpage >= $totalpage && $finishType) { exit(); } } else { + $typename = isset($cfg_Cs[$tid][3])? base64_decode($cfg_Cs[$tid][3]) : ""; if ($finishType) { $gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$nextpage"; - ShowMsg("更新栏目".$tid.",继续执行任务", $gourl, 0, 100); + ShowMsg("更新栏目[".$tid."]{$typename},继续执行任务", $gourl, 0, 100); exit(); } else { $gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&mkpage=$mkpage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$pageno"; - ShowMsg("更新栏目".$tid.",继续执行任务", $gourl, 0, 100); + ShowMsg("更新栏目[".$tid."]{$typename},继续执行任务", $gourl, 0, 100); exit(); } }