From f1fd7015c9c87c1abee4574b155f089153ed09c9 Mon Sep 17 00:00:00 2001 From: tianya Date: Thu, 24 Nov 2022 20:49:01 +0800 Subject: [PATCH] =?UTF-8?q?php=E6=A0=87=E7=AD=BE=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/system/archive/listview.class.php | 1 + src/system/helpers/channelunit.helper.php | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/system/archive/listview.class.php b/src/system/archive/listview.class.php index 7b4f5739..44596087 100755 --- a/src/system/archive/listview.class.php +++ b/src/system/archive/listview.class.php @@ -130,6 +130,7 @@ class ListView { global $cfg_list_son,$cfg_need_typeid2,$cfg_cross_sectypeid; if (empty($cfg_need_typeid2)) $cfg_need_typeid2 = 'N'; + $filtersql = ''; //获得附加表的相关信息,联动单筛选 $addtable = $this->ChannelUnit->ChannelInfos['addtable']; if ($addtable!="") { diff --git a/src/system/helpers/channelunit.helper.php b/src/system/helpers/channelunit.helper.php index 807aa2a8..95d6474d 100755 --- a/src/system/helpers/channelunit.helper.php +++ b/src/system/helpers/channelunit.helper.php @@ -429,9 +429,6 @@ function FillAttsDefault(&$atts, $attlist) */ function MakeOneTag(&$dtp, &$refObj, $parfield = 'Y') { - global $cfg_disable_tags; - $cfg_disable_tags = isset($cfg_disable_tags) ? $cfg_disable_tags : 'php'; - $disable_tags = explode(',', $cfg_disable_tags); $alltags = array(); $dtp->setRefObj($refObj); //读取自由调用tag列表 @@ -469,10 +466,6 @@ function MakeOneTag(&$dtp, &$refObj, $parfield = 'Y') $tagname = 'flink'; } if (in_array($tagname, $alltags)) { - if (in_array($tagname, $disable_tags)) { - if (DEBUG_LEVEL) echo 'DedeBIZ Error:Tag disabled:"'.$tagname.'" more!'; - continue; - } if (DEBUG_LEVEL == TRUE) { $ttt1 = ExecTime(); }