#126:subsilver2 bug - topic icon row is not hidden if none is present

This commit is contained in:
Kevin
2008-11-28 22:32:20 +00:00
parent b53e499382
commit 44da8bad74
2 changed files with 2 additions and 2 deletions

View File

@@ -304,7 +304,7 @@ else
}
$topic_icons = false;
if( isset($fetch_news['topic_icons']) )
if( !empty($fetch_news['topic_icons']) )
{
$topic_icons = true;
}

View File

@@ -289,7 +289,7 @@ else
}
$topic_icons = false;
if( isset($fetch_news['topic_icons']) )
if( !empty($fetch_news['topic_icons']) )
{
$topic_icons = true;
}