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
Put forgotten column for ORDER BY clause into the SELECT-section of the query #732
Closed
auge8472 closed 3 months ago
Add the column
mlf2_entries.last_reply
to the select-block of the query to get all thread-ids to be able to order the result by that column.fixes #731