mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 05:38:52 +00:00
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
PHPBB3-10950
This commit is contained in:
parent
ac8ebfabc7
commit
35b18676cd
1 changed files with 1 additions and 1 deletions
|
@ -1135,7 +1135,7 @@ function phpbb_delete_user_pms($user_id)
|
|||
$sql = 'SELECT msg_id, author_id, folder_id, pm_unread, pm_new
|
||||
FROM ' . PRIVMSGS_TO_TABLE . '
|
||||
WHERE author_id = ' . $user_id . '
|
||||
AND folder_id = ' . PRIVMSGS_NO_BOX;
|
||||
AND folder_id = ' . PRIVMSGS_NO_BOX;
|
||||
$result = $db->sql_query($sql);
|
||||
|
||||
while ($row = $db->sql_fetchrow($result))
|
||||
|
|
Loading…
Add table
Reference in a new issue