瀏覽代碼

Update searchview.class.php

tags/6.3.2
叙述、别离 9 月之前
父節點
當前提交
dc64677471
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/system/archive/searchview.class.php

+ 2
- 2
src/system/archive/searchview.class.php 查看文件

@@ -429,7 +429,7 @@ class SearchView
} else if ($tagname == "hotwords") {
$this->dtp->Assign($tagid, lib_hotwords($ctag, $this));
} else if ($tagname == "channelartlist") {
$this->dtp->Assign($tagid,lib_channelartlist($ctag,$this));
$this->dtp->Assign($tagid,lib_channelartlist($ctag, $this));
} else if ($tagname == "field") {
//类别的指定字段
if (isset($this->Fields[$ctag->GetAtt('name')])) {
@@ -450,7 +450,7 @@ class SearchView
$GLOBALS['envs']['reid'] = $typeid;
$this->dtp->Assign($tagid, lib_channel($ctag, $this));
} else if ($tagname == "arclist") {
$this->dtp->Assign($tagid,lib_arclist($ctag,$this));
$this->dtp->Assign($tagid,lib_arclist($ctag, $this));
} else if ($tagname == "likewords") {
$this->dtp->Assign($tagid, $this->GetLikeWords($ctag->GetAtt('num')));
}


Loading…
取消
儲存