Correct, Chris - we don't need them. mea culpa :P

This commit is contained in:
Kevin
2008-10-04 11:33:24 +00:00
parent 28e06756b6
commit df0db8a33e
2 changed files with 0 additions and 6 deletions

View File

@@ -179,9 +179,6 @@ else
// Grab icons
$icons = $cache->obtain_icons();
// Not defined, delete these 2 lines?
//$forum_data = $db->sql_fetchrow($result);
//$s_display_active = ($forum_data['forum_type'] == FORUM_CAT && ($forum_data['forum_flags'] & FORUM_FLAG_ACTIVE_TOPICS)) ? true : false;
$template->assign_block_vars('announcements_row', array(
'ATTACH_ICON_IMG' => ($fetch_news[$i]['attachment'] && $config['allow_attachments']) ? $user->img('icon_topic_attach', $user->lang['TOTAL_ATTACHMENTS']) : '',

View File

@@ -165,9 +165,6 @@ else
// Grab icons
$icons = $cache->obtain_icons();
// Not defined, delete these 2 lines?
//$forum_data = $db->sql_fetchrow($result);
//$s_display_active = ($forum_data['forum_type'] == FORUM_CAT && ($forum_data['forum_flags'] & FORUM_FLAG_ACTIVE_TOPICS)) ? true : false;
$template->assign_block_vars('news_row', array(
'ATTACH_ICON_IMG' => ($fetch_news[$i]['attachment'] && $config['allow_attachments']) ? $user->img('icon_topic_attach', $user->lang['TOTAL_ATTACHMENTS']) : '',