From 1bcebb63168bcdfbd715a5c63872fe9a8df90586 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, 27 Apr 2023 09:56:30 +0800 Subject: [PATCH] Update common.func.php --- src/system/common.func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/common.func.php b/src/system/common.func.php index 1438ecc8..61f68e71 100755 --- a/src/system/common.func.php +++ b/src/system/common.func.php @@ -572,7 +572,7 @@ function string_filter($str, $stype = "inject") return $str; } //联动单筛选发布三种类型 -function AddFilter($channelid, $type = 1, $fieldsnamef = '', $defaulttid = 0, $toptid = 0, $loadtype= 'autofield') +function AddFilter($channelid, $type = 1, $fieldsnamef = '', $defaulttid = 0, $toptid = 0, $loadtype = 'autofield') { global $tid, $dsql, $id, $aid; $tid = $defaulttid ? $defaulttid : $tid;