mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.2.x'
* 3.2.x: [ticket/14953] Use ORDER_BY instead of incorrect ORDER for sql query
This commit is contained in:
commit
387d76aa09
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ function get_pm_from($folder_id, $folder, $user_id)
|
|||
AND $folder_sql
|
||||
AND t.msg_id = p.msg_id
|
||||
$sql_limit_time",
|
||||
'ORDER' => $sql_sort_order,
|
||||
'ORDER_BY' => $sql_sort_order,
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue