mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
some whitespace changes and opening files in binary mode in functions_messenger
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8971 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -181,7 +181,7 @@ $sql_array = array(
|
||||
'FROM' => array(FORUMS_TABLE => 'f'),
|
||||
);
|
||||
|
||||
// The FROM-Order is quite important here, else t.* columns can not be correctly bound.
|
||||
// The FROM-Order is quite important here, else t.* columns can not be correctly bound.
|
||||
if ($post_id)
|
||||
{
|
||||
$sql_array['FROM'][POSTS_TABLE] = 'p';
|
||||
|
Reference in New Issue
Block a user