From 59948c0f3df910781cc481d30130cf3afb6145f0 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 22 Jul 2025 18:16:43 +0900 Subject: [PATCH] Name fix for MARK in SQLite DB IO --- www/lib/CoreLibs/DB/SQLiteIO.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/lib/CoreLibs/DB/SQLiteIO.php b/www/lib/CoreLibs/DB/SQLiteIO.php index 7934d4fa..719367df 100644 --- a/www/lib/CoreLibs/DB/SQLiteIO.php +++ b/www/lib/CoreLibs/DB/SQLiteIO.php @@ -416,7 +416,7 @@ class SqLite implements SQL\Interface\DatabaseInterface return $row; } - // MARK other interface + // MARK: other interface /** * get current db handler