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
This commit is contained in:
Paul S. Owen 2003-01-27 15:44:05 +00:00
parent f31d54d9d3
commit 47cc239b1d

View file

@ -707,8 +707,7 @@ function obtain_icons(&$icons)
{ {
// Topic icons // Topic icons
$sql = "SELECT * $sql = "SELECT *
FROM " . ICONS_TABLE . " FROM " . ICONS_TABLE;
WHERE icons_id > 1";
$result = $db->sql_query($sql); $result = $db->sql_query($sql);
$icons = array(); $icons = array();