From 2ce6889ff756407fe13973f007428c3bec264955 Mon Sep 17 00:00:00 2001 From: tianya Date: Tue, 14 Mar 2023 22:44:00 +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 7e04f534..dfe620f1 100755 --- a/src/system/common.func.php +++ b/src/system/common.func.php @@ -567,7 +567,7 @@ function string_filter($str, $stype = "inject") return $str; } //联动单筛选发布三种类型 -function AddFilter($channelid, $type=1, $fieldsnamef=array(), $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;