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(); }