Revert r41532 for now - this appears to cause open tasks to be lost in

certain circumstances.

Reported by:	gabor
This commit is contained in:
Gavin Atkinson 2013-06-27 16:43:13 +00:00
parent d9a97bbbd3
commit 27372c6a31
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42072

View file

@ -138,7 +138,6 @@ if ($Submit)
my @info = split("\n", $info);
my $title = "FreeBSD project submission output";
my $tasks = xml(1, "help", "", @tasks) if @tasks;
my @contents = xml(0, "project cat=\'$Category\'",
xml(1, "title", $Project),
@ -150,7 +149,7 @@ if ($Submit)
xml(1, "body",
xml(2, "p", "", xmltext(3, @info))),
"\n",
$tasks,
xml(1, "help", "", @tasks),
);
my $contents = join('', @contents);