This commit is contained in:
poslop
2025-12-22 13:43:20 -06:00
parent 18e379e0e6
commit 43d952852a

View File

@@ -94,7 +94,7 @@ function pull_db(): array {
exit(1);
}
return $pbdb;
return ksort($pbdb);
}
function trim_db($pbdb): array {