Explorar el Código

修正否定栏目

tags/6.2.7
叙述、别离 hace 2 años
padre
commit
33934f0b65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/system/taglib/channelartlist.lib.php

+ 1
- 1
src/system/taglib/channelartlist.lib.php Ver fichero

@@ -42,11 +42,11 @@ function lib_channelartlist(&$ctag, &$refObj)
$tpsql = " id IN($typeid) AND ishidden<>1 ";
}
}
$dsql->SetQuery("SELECT * FROM `#@__arctype` WHERE $tpsql ORDER BY sortrank ASC LIMIT $totalnum");
//否定指定栏目
if ($notypeid!=0) {
$tpsql = $tpsql."and not(id in($notypeid))";
}
$dsql->SetQuery("SELECT * FROM `#@__arctype` WHERE $tpsql ORDER BY sortrank ASC LIMIT $totalnum");
$dsql->Execute();
while ($row = $dsql->GetArray()) {
$typeids[] = $row;


Cargando…
Cancelar
Guardar