瀏覽代碼

Typo

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 11 年之前
父節點
當前提交
55dcfa34d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/Subs-Db-sqlite3.php

+ 1 - 1
Sources/Subs-Db-sqlite3.php

@@ -539,7 +539,7 @@ function smf_db_num_fields($handle)
 */
 function smf_db_escape_string($string)
 {
-	return SQLite3::escapeString();
+	return SQLite3::escapeString($string);
 }
 
 /**