Sfoglia il codice sorgente

Update channelartlist.lib.php

tags/6.3.2
叙述、别离 9 mesi fa
parent
commit
1e1194077e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/system/taglib/channelartlist.lib.php

+ 1
- 1
src/system/taglib/channelartlist.lib.php Vedi 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…
Annulla
Salva