소스 검색

Update datalistcp.class.php

tags/6.2.6
tianya 1 년 전
부모
커밋
46bd75430f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/system/datalistcp.class.php

+ 1
- 1
src/system/datalistcp.class.php 파일 보기

@@ -115,7 +115,7 @@ class DataListCP
$countQuery = preg_replace("#ORDER[ \r\n\t]{1,}BY(.*)#is", '', $countQuery);
$row = $this->dsql->GetOne($countQuery);
if (is_array($row)) $row['dd'] = 0;
if (!is_array($row)) $row = array("dd" => 0);
$this->totalResult = isset($row['dd']) ? $row['dd'] : 0;
$this->sourceSql .= " LIMIT 0,".$this->pagesize;
} else {


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