Fix sorting of records?

This commit is contained in:
Mark Schouten 2014-07-04 14:38:50 +02:00
parent 311a6cf097
commit 72d6f5782e

View file

@ -278,6 +278,7 @@ if ($action == "list" or $action== "listslaves") {
}
usort($any, "zonesort");
$ret = array_merge($soa, $ns, $mx, $any);
jtable_respond($ret);
} elseif ($action == "delete") {