Parcourir la source

Update makehtml_m_list_action.php

master
叙述、别离 il y a 2 ans
Parent
révision
b775cd1e1c
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. +5
    -4
      admin/makehtml_m_list_action.php

+ 5
- 4
admin/makehtml_m_list_action.php Voir le fichier

@@ -112,13 +112,14 @@ if ($nextpage >= $totalpage && $finishType) {
exit();
}
} else {
$typename = isset($cfg_Cs[$tid][3])? base64_decode($cfg_Cs[$tid][3]) : "";
if ($finishType) {
$gourl = "makehtml_m_list_action.php?gotype={$gotype}&uppage=$uppage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$nextpage";
ShowMsg("更新栏目<span class='text-primary'>".$tid."</span>,继续执行任务", $gourl, 0, 100);
$gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$nextpage";
ShowMsg("更新栏目id:<span class='text-primary'>".$tid."</span>,栏目名称:<span class='text-primary'>{$typename}</span>,继续执行任务", $gourl, 0, 100);
exit();
} else {
$gourl = "makehtml_m_list_action.php?gotype={$gotype}&uppage=$uppage&mkpage=$mkpage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$pageno";
ShowMsg("更新栏目<span class='text-primary'>".$tid."</span>,继续执行任务", $gourl, 0, 100);
$gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&mkpage=$mkpage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$pageno";
ShowMsg("更新栏目id:<span class='text-primary'>".$tid."</span>,栏目名称:<span class='text-primary'>{$typename}</span>,继续执行任务", $gourl, 0, 100);
exit();
}
}

Chargement…
Annuler
Enregistrer