summaryrefslogtreecommitdiffstats
path: root/xml.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'xml.cgi')
-rwxr-xr-xxml.cgi2
1 files changed, 1 insertions, 1 deletions
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;