1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/16111] Add core.message_history_modify_sql_ary

PHPBB3-16111
This commit is contained in:
Dark❶ 2019-07-28 18:36:37 +05:30
parent 01d0457f67
commit 8ac4f955ca
No known key found for this signature in database
GPG Key ID: FAE32A15F9132DE8

View File

@ -2004,7 +2004,7 @@ function message_history($msg_id, $user_id, $message_row, $folder, $in_post_mode
}
$sql_ary = array(
'SELECT' => 'SELECT t.*, p.*, u.*',
'SELECT' => 't.*, p.*, u.*',
'FROM' => array(
PRIVMSGS_TABLE => 'p',
PRIVMSGS_TO_TABLE => 't',