From 72d6f5782e8712edc0e723b7d2a45782ab52eeab Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Fri, 4 Jul 2014 14:38:50 +0200 Subject: [PATCH] Fix sorting of records? --- zones.php | 1 + 1 file changed, 1 insertion(+) diff --git a/zones.php b/zones.php index 934688a..d228b69 100644 --- a/zones.php +++ b/zones.php @@ -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") {