Merge branch 'Preorder/update-map' into 'master'

enhanced preorder map

See merge request fronk/thetool!1776
This commit is contained in:
Luca Haid
2025-09-18 12:26:41 +00:00

View File

@@ -1437,7 +1437,7 @@ ORDER BY
$endTime = microtime(true);
$executionTime = $endTime - $startTime;
die("Query executed in {$executionTime} seconds.\n");
// die("Query executed in {$executionTime} seconds.\n");
return $result ? $result->fetch_all(MYSQLI_ASSOC) : [];
}