From 48eeecb25893839ef9c9290d616083a6f1351b19 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 24 Jun 2004 08:09:00 +0000 Subject: - fixed topic icon display (correct radio box checked, only visible in first post) git-svn-id: file:///svn/phpbb/trunk@4919 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 00d521d412..f3aeeb67a2 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -714,7 +714,7 @@ function posting_gen_topic_icons($mode, $icon_id) 'ICON_WIDTH' => $data['width'], 'ICON_HEIGHT' => $data['height'], - 'S_ICON_CHECKED' => ($id == $icon_id && $mode != 'reply') ? ' checked="checked"' : '') + 'S_ICON_CHECKED' => ($id == $icon_id) ? ' checked="checked"' : '') ); } } -- cgit v1.2.1