From 7aa28cd2f65de822b83031bec853c7c72cd2aa58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Thu, 17 Apr 2025 10:26:25 +0800 Subject: [PATCH] Update listview.class.php --- src/system/archive/listview.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system/archive/listview.class.php b/src/system/archive/listview.class.php index 3581ff51..9d75deb3 100755 --- a/src/system/archive/listview.class.php +++ b/src/system/archive/listview.class.php @@ -145,7 +145,6 @@ class ListView { global $cfg_list_son, $cfg_need_typeid2, $cfg_cross_sectypeid; if (empty($cfg_need_typeid2)) $cfg_need_typeid2 = 'N'; - //统计数据库记录 $this->TotalResult = -1; if (isset($GLOBALS['TotalResult'])) $this->TotalResult = $GLOBALS['TotalResult'];