Browse Source

Typo

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 11 years ago
parent
commit
55dcfa34d5
1 changed files with 1 additions and 1 deletions
  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);
 }
 
 /**