modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2025-02-20 21:35:14 +04:00
parent 88a94b044e
commit 9c9a308056

View File

@ -36,7 +36,7 @@ class _query_base extends _base {
}
}
const DEBUG_QUERIES = true;
const DEBUG_QUERIES = false;
function useStmt(SQLite3 $db, ?SQLite3Stmt &$stmt=null, ?string &$sql=null): bool {
if (static::DEBUG_QUERIES) msg::info($this->sql); #XXX