소스 검색

Update dedesqlite.class.php

tags/6.1.0^2
tianya 3 년 전
부모
커밋
92e8557753
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      src/system/database/dedesqlite.class.php

+ 4
- 0
src/system/database/dedesqlite.class.php 파일 보기

@@ -163,6 +163,10 @@ class DedeSqlite
function Esc($_str)
{
global $dsqlite;
if (!$dsqlite->isInit) {
$this->Init($this->pconnect);
}
return $this->linkID->escapeString($_str);
}


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