mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
f31d54d9d3
commit
47cc239b1d
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue