mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 11:08:34 +01:00
Fix warning
This commit is contained in:
@@ -9642,9 +9642,8 @@ function dol_htmloutput_errors($mesgstring = '', $mesgarray = array(), $keepembe
|
||||
}
|
||||
|
||||
/**
|
||||
* Advanced sort array by second index function, which produces ascending (default)
|
||||
* or descending output and uses optionally natural case insensitive sorting (which
|
||||
* can be optionally case sensitive as well).
|
||||
* Advanced sort array by the value of a given key, which produces ascending (default) or descending
|
||||
* output and uses optionally natural case insensitive sorting (which can be optionally case sensitive as well).
|
||||
*
|
||||
* @param array<string|int,mixed> $array Array to sort (array of array('key1'=>val1,'key2'=>val2,'key3'...) or array of objects)
|
||||
* @param string $index Key in array to use for sorting criteria
|
||||
|
||||
Reference in New Issue
Block a user