aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index e954e28796..b48fc623c1 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -707,8 +707,7 @@ function obtain_icons(&$icons)
{
// Topic icons
$sql = "SELECT *
- FROM " . ICONS_TABLE . "
- WHERE icons_id > 1";
+ FROM " . ICONS_TABLE;
$result = $db->sql_query($sql);
$icons = array();