mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 13:04:13 +02:00
[ticket/16111] Add core.message_history_modify_sql_ary
PHPBB3-16111
This commit is contained in:
@ -2004,7 +2004,7 @@ function message_history($msg_id, $user_id, $message_row, $folder, $in_post_mode
|
|||||||
}
|
}
|
||||||
|
|
||||||
$sql_ary = array(
|
$sql_ary = array(
|
||||||
'SELECT' => 'SELECT t.*, p.*, u.*',
|
'SELECT' => 't.*, p.*, u.*',
|
||||||
'FROM' => array(
|
'FROM' => array(
|
||||||
PRIVMSGS_TABLE => 'p',
|
PRIVMSGS_TABLE => 'p',
|
||||||
PRIVMSGS_TO_TABLE => 't',
|
PRIVMSGS_TO_TABLE => 't',
|
||||||
|
Reference in New Issue
Block a user