enhanced preorder map

This commit is contained in:
2025-09-18 14:26:28 +02:00
parent 970dc46f06
commit 1618275633

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) : [];
}