aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index c7c1d47257..48c0290d87 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -114,7 +114,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
$sql = 'SELECT user_id
FROM ' . USERS_TABLE . "
WHERE $sql_where
- AND user_type IN (" . USER_NORMAL . ', ' . USER_FOUNDER . ')';
+ AND user_type <> " . USER_IGNORE;
$result = $db->sql_query_limit($sql, 100);
while ($row = $db->sql_fetchrow($result))