From a9a9cc16143ab7c16c4f140df5dff8473ed99119 Mon Sep 17 00:00:00 2001 From: fox_two <> Date: Sun, 13 Jan 2002 20:30:35 +0000 Subject: [PATCH] Bugfix to show thread list in deleted postings. --- selfforum-cgi/shared/Template/_thread.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/selfforum-cgi/shared/Template/_thread.pm b/selfforum-cgi/shared/Template/_thread.pm index ba7ae87..94b9fe4 100644 --- a/selfforum-cgi/shared/Template/_thread.pm +++ b/selfforum-cgi/shared/Template/_thread.pm @@ -89,7 +89,7 @@ sub html_thread ($$$;$) { $temp->{ (length $_->{'cat'} ? 'start' - : 'startNC').$del + : 'startNC').($actions->{'actionDeleted'} ? $del : '') }, { $temp->{'name'} => $_->{'name'}, $temp->{'subject'} => $_->{'subject'}, @@ -113,7 +113,7 @@ sub html_thread ($$$;$) { $temp->{ (length $_->{'cat'} ? 'start' - : 'startNC').$del + : 'startNC').($actions->{'actionDeleted'} ? $del : '') }, { $temp->{'name'} => $_->{'name'}, $temp->{'subject'} => $_->{'subject'}, @@ -164,7 +164,7 @@ sub html_thread ($$$;$) { $temp->{ (length $_->{'cat'} ? 'line' - : 'lineNC').$del + : 'lineNC').($actions->{'actionDeleted'} ? $del : '') }, { $temp->{'name'} => $_->{'name'}, $temp->{'subject'} => $_->{'subject'}, @@ -187,7 +187,7 @@ sub html_thread ($$$;$) { $temp->{ (length $_->{'cat'} ? 'line' - : 'lineNC').$del + : 'lineNC').($actions->{'actionDeleted'} ? $del : '') }, { $temp->{'name'} => $_->{'name'}, $temp->{'subject'} => $_->{'subject'}, -- 2.34.1