This website works better with JavaScript.
首頁
註冊
登入
DedeBIZ
/
DedeV6
關註
2
收藏
0
複製
0
程式碼
合併請求
0
版本發佈
29
Activity
瀏覽代碼
Update dedesqlite.class.php
tags/6.1.0^2
tianya
3 年之前
父節點
d97c45bdd8
當前提交
92e8557753
共有
1 個文件被更改
,包括
4 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
Write
Preview
Loading…
取消
儲存