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 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'},