mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18: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
|
// 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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue