mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/16111] Add core.message_history_modify_sql_ary
PHPBB3-16111
This commit is contained in:
parent
01d0457f67
commit
8ac4f955ca
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue