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
This commit is contained in:
Janus B. Kristensen 2005-05-17 08:00:34 +00:00
parent fe47e56df6
commit 42134ce04d
1 changed files with 0 additions and 1 deletions

View File

@ -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");