mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-22 00:21:02 +01:00
Merge pull request #4607 from marc1706/ticket/14953
[ticket/14953] Use ORDER_BY instead of incorrect ORDER for sql query * marc1706/ticket/14953: [ticket/14953] Use ORDER_BY instead of incorrect ORDER for sql query
This commit is contained in:
commit
bc96a9f1f6
@ -547,7 +547,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…
x
Reference in New Issue
Block a user