A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
124
stars
48
forks
source link
Replace the function compare_versions with PHPs own version_compare #702
Closed
auge8472 closed 8 months ago
Retire the function
compare_versions
in the upgrade script and use PHPs native functionversion_compare
instead.