mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user