Browse Source

Update channelartlist.lib.php

tags/6.3.2
叙述、别离 9 months ago
parent
commit
1e1194077e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/taglib/channelartlist.lib.php

+ 1
- 1
src/system/taglib/channelartlist.lib.php View File

@@ -32,7 +32,7 @@ function lib_channelartlist(&$ctag, &$refObj)
if (empty($totalnum)) $totalnum = 20;
//获得类别id总数的信息
$typeids = array();
if ($type=='reid') {
if ($type == 'reid') {
$reid = $refObj->TypeLink->TypeInfos['reid'];
$tpsql = " reid='$reid' AND ispart<>2 AND ishidden<>1 ";
} else if ($typeid == 0 || $typeid == 'top') {


Loading…
Cancel
Save