浏览代码

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);
}


正在加载...
取消
保存