From 42134ce04dcc6c7d4e587b9dc66ac0e65c681354 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Tue, 17 May 2005 08:00:34 +0000 Subject: [PATCH] Fix a problem where forum_reply in Q&A area would spew out header before having redirected user back to the thread. svn path=/trunk/boinc/; revision=6173 --- html/user/forum_reply.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/user/forum_reply.php b/html/user/forum_reply.php index 2f0df92458..a4d6a95fc6 100644 --- a/html/user/forum_reply.php +++ b/html/user/forum_reply.php @@ -56,7 +56,6 @@ if ($category->is_helpdesk) { } else { setSortStyle($logged_in_user,"answer", $sort_style); } - page_head($title); } else { if (!$sort_style) { $sort_style = getSortStyle($logged_in_user,"thread");