diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-10-30 13:37:29 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-10-30 13:37:29 +0100 |
commit | ef1f99183796f8e246f96bca54ca439bf8ea1750 (patch) | |
tree | 0b27c61c441bbe2bc85028a4d0de2d4da8196e9b /phpBB/includes/acp/acp_users.php | |
parent | 7aa8f6461f1e85cf91931f56b95384e54fec07c2 (diff) | |
download | forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar.gz forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar.bz2 forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar.xz forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.zip |
[task/code-sniffer] Replace spaces with tabs.
PHPBB3-11980
Diffstat (limited to 'phpBB/includes/acp/acp_users.php')
-rw-r--r-- | phpBB/includes/acp/acp_users.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_users.php b/phpBB/includes/acp/acp_users.php index 8853200ddc..52f9b7149d 100644 --- a/phpBB/includes/acp/acp_users.php +++ b/phpBB/includes/acp/acp_users.php @@ -647,8 +647,8 @@ class acp_users while ($row = $db->sql_fetchrow($result)) { if ($topic_id_ary[$row['topic_id']][ITEM_APPROVED] == $row['topic_posts_approved'] - && $topic_id_ary[$row['topic_id']][ITEM_UNAPPROVED] == $row['topic_posts_unapproved'] - && $topic_id_ary[$row['topic_id']][ITEM_DELETED] == $row['topic_posts_softdeleted']) + && $topic_id_ary[$row['topic_id']][ITEM_UNAPPROVED] == $row['topic_posts_unapproved'] + && $topic_id_ary[$row['topic_id']][ITEM_DELETED] == $row['topic_posts_softdeleted']) { $move_topic_ary[] = $row['topic_id']; } |