From 7b16c745ab0e7056e712109d7688281124c2b49b Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" <> Date: Mon, 12 Jun 2000 13:52:41 +0000 Subject: 'Bug' data was in a global var. different bugs were sharing this and overwritig each other. --- xml.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xml.cgi') diff --git a/xml.cgi b/xml.cgi index 9cfe314ca..51093890e 100755 --- a/xml.cgi +++ b/xml.cgi @@ -53,6 +53,6 @@ print Bug::XML_Header( Param("urlbase"), $::param{'version'}, foreach my $id (@ids) { my $bug = new Bug($id, $::userid); print $bug->emitXML; -$bug->bug_status("BLAH"); } + print Bug::XML_Footer; -- cgit v1.2.3-24-g4f1b