Browse Source

Update taglist.class.php

develop
叙述、别离 1 month ago
parent
commit
e4c6fbcca1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/archive/taglist.class.php

+ 1
- 1
src/system/archive/taglist.class.php View File

@@ -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']);


Loading…
Cancel
Save