My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
121 stars 47 forks source link

Replace the function compare_versions with PHP's own version_compare #700

Closed auge8472 closed 6 months ago

auge8472 commented 6 months ago

This prevents possible maintenance effort for the own function. The PHP function with its operators does everything, we need.