소스 검색

Update arclist.lib.php

tags/6.2.8
叙述、别离 1 년 전
부모
커밋
475e70d87b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/system/taglib/arclist.lib.php

+ 2
- 2
src/system/taglib/arclist.lib.php 파일 보기

@@ -215,12 +215,12 @@ function lib_arclistDone (&$refObj, &$ctag, $typeid=0, $row=10, $col=1, $titlele
if (!empty($channelid)) $orwheres[] = " And arc.channel = '$channelid' ";
if (!empty($noflag)) {
if (!preg_match('#,#', $noflag)) {
$orwheres[] = " FIND_IN_SET('$noflag', arc.flag)<1 ";
$orwheres[] = " FIND_IN_SET('$noflag', arc.flag) < 1 ";
} else {
$noflags = explode(',', $noflag);
foreach ($noflags as $noflag) {
if (trim($noflag) == '') continue;
$orwheres[] = " FIND_IN_SET('$noflag', arc.flag)<1 ";
$orwheres[] = " FIND_IN_SET('$noflag', arc.flag) < 1 ";
}
}
}


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