mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12174] Coding style
PHPBB3-12174
This commit is contained in:
@@ -439,7 +439,7 @@ class content_visibility
|
||||
|
||||
if ($post_id)
|
||||
{
|
||||
$sql = 'SELECT 1 as has_attachments
|
||||
$sql = 'SELECT 1 AS has_attachments
|
||||
FROM ' . POSTS_TABLE . '
|
||||
WHERE topic_id = ' . (int) $topic_id . '
|
||||
AND post_attachment = 1
|
||||
|
Reference in New Issue
Block a user