浏览代码

Update taglist.class.php

tags/6.3.2
叙述、别离 4 个月前
父节点
当前提交
e4c6fbcca1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/system/archive/taglist.class.php

+ 1
- 1
src/system/archive/taglist.class.php 查看文件

@@ -287,7 +287,7 @@ class TagList
$innertext = trim($innertext);
if ($innertext == '') $innertext = GetSysTemplets("list_fulllist.htm");
$idlists = $ordersql = '';
$this->dsql->SetQuery("SELECT aid FROM `#@__taglist` WHERE tid='{$this->TagInfos['id']}' AND arcrank>-1 ORDER by aid DESC LIMIT $limitstart,$getrow");
$this->dsql->SetQuery("SELECT aid FROM `#@__taglist` WHERE tid='{$this->TagInfos['id']}' AND arcrank>-1 ORDER by aid DESC LIMIT $limitstart, $getrow");
$this->dsql->Execute();
while ($row = $this->dsql->GetArray()) {
$idlists .= ($idlists == '' ? $row['aid'] : ','.$row['aid']);


正在加载...
取消
保存