1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-13 12:35:06 +01:00

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
$sql = "SELECT *
FROM " . ICONS_TABLE . "
WHERE icons_id > 1";
FROM " . ICONS_TABLE;
$result = $db->sql_query($sql);
$icons = array();