From 6fc9312331d423adfd64819e281f8b298ff32c75 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 19 May 2023 19:07:56 -0600 Subject: [PATCH] Deprecated natsort One customer 3 domains were missing and after removing this the all domains showed up in the list. Also no longer needed as the front end for the domain list. --- resources/pdo.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/pdo.php b/resources/pdo.php index e018b14513..209809e91a 100644 --- a/resources/pdo.php +++ b/resources/pdo.php @@ -301,11 +301,6 @@ if ($db_type == "odbc") { unset($prep_statement); } - //put the domains in natural order - if (is_array($domain_names)) { - natsort($domain_names); - } - //build the domains array in the correct order if (is_array($domain_names)) { foreach ($domain_names as $dn) {