Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-8608 now.

PM: Sort By Author is Jumbled (fix completed in vcs)

Just looking over the code for the sorting of the PM Folders.

When you sort all of your messages from an Author it does not display them in any distinct order. The SQL query on line 545 should have a secondary SORT to keep things organized.

As an example I added:

ORDER BY $sql_sort_order, p.message_time DESC

For example.. When I sort by Author it now returns the messages in an order.

Additionally on line 460 and 465 I would change p.msg_id to p.message_time.

Comments / History

Linked ticket with changeset: r10035

Action performed by Acyd Burn (Server Manager) on Aug 20th 2009, 14:50

Changed ticket status from "New" to "Fix completed in SVN"

Action performed by Acyd Burn (Server Manager) on Aug 20th 2009, 14:50

Linked ticket with changeset: r10037

Action performed by Acyd Burn (Server Manager) on Aug 20th 2009, 15:06

Ticket details

Related SVN changesets