Closed jnessier closed 2 years ago
Fixed the following message under PHP 8.0: "Deprecated: usort() [function.usort.php]: Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero"
Solution works on later versions than PHP 7 (without spaceship operator): https://stackoverflow.com/a/65382998
Fixed the following message under PHP 8.0: "Deprecated: usort() [function.usort.php]: Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero"
Solution works on later versions than PHP 7 (without spaceship operator): https://stackoverflow.com/a/65382998