From 47cc239b1dd653be5373e8250ae3f5eeb70464e8 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 27 Jan 2003 15:44:05 +0000 Subject: [PATCH] Do away with icon_id > 1 business since it's no longer needed ... note you should delete the empty icon in your icons table. git-svn-id: file:///svn/phpbb/trunk@3366 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 3 +-- 1 file changed, 1 insertion(+), 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();