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:
parent
01d0457f67
commit
8ac4f955ca
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user