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();