소스 검색

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


불러오는 중...
취소
저장