From: fox_two <> Date: Sun, 13 Jan 2002 20:30:35 +0000 (+0000) Subject: Bugfix to show thread list in deleted postings. X-Git-Url: https://git.p6c8.net/selfforum.git/commitdiff_plain/a9a9cc16143ab7c16c4f140df5dff8473ed99119?ds=sidebyside;hp=16492af7eadfb044c8ad563588ce02d7245b823e Bugfix to show thread list in deleted postings. --- 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'},