Search found 1 match

by Tomacs
04 Mar 2009, 12:10
Forum: Customizations
Topic: Sorting project versions by php function version_compare()
Replies: 1
Views: 2275

Sorting project versions by php function version_compare()

I wrote a "patch" for Mantis 1.1.6 which sorts project versions by the php function version_compare() to get a better ordered list of versions. Maybe it is useful for someone.

Replace the whole function version_get_all_rows() in core/version_api.php with the following code ...