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
118 stars 47 forks source link

Replace the function compare_versions with PHPs own version_compare #702

Closed auge8472 closed 4 months ago

auge8472 commented 4 months ago

Retire the function compare_versions in the upgrade script and use PHPs native function version_compare instead.