correcct sort

This commit is contained in:
poslop
2025-12-22 13:44:43 -06:00
parent 43d952852a
commit 01153df91d

View File

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