mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: rename array_sort() to avoid function collision (#8494)
This commit is contained in:
committed by
Neil Lathwood
parent
d755b8c55e
commit
214472ba89
@@ -34,7 +34,7 @@ function set_debug($debug)
|
||||
}
|
||||
}//end set_debug()
|
||||
|
||||
function array_sort($array, $on, $order = SORT_ASC)
|
||||
function array_sort_by_column($array, $on, $order = SORT_ASC)
|
||||
{
|
||||
$new_array = array();
|
||||
$sortable_array = array();
|
||||
|
||||
Reference in New Issue
Block a user