mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-10 23:03:57 +03:00
Fix sorting of records?
This commit is contained in:
parent
311a6cf097
commit
72d6f5782e
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ if ($action == "list" or $action== "listslaves") {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
usort($any, "zonesort");
|
||||||
$ret = array_merge($soa, $ns, $mx, $any);
|
$ret = array_merge($soa, $ns, $mx, $any);
|
||||||
jtable_respond($ret);
|
jtable_respond($ret);
|
||||||
} elseif ($action == "delete") {
|
} elseif ($action == "delete") {
|
||||||
|
|
Loading…
Add table
Reference in a new issue