From e2375578c91b2284eb8717484cc5aa2a59a52f5b Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Tue, 26 Sep 2023 17:12:08 +0700 Subject: [PATCH] Update common.php --- common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common.php b/common.php index c3ec4ba7..b33a7d88 100644 --- a/common.php +++ b/common.php @@ -85,6 +85,7 @@ define('GUEST_UID', -1); define('ANONYMOUS', GUEST_UID); // Alias for GUEST_UID define('BOT_UID', -746); +// Alias for SQLite3::escapeString function sqlite3_escape_string ($str) { return SQLite3::escapeString($str);