diff options
author | 2002-08-29 16:25:41 +0000 | |
---|---|---|
committer | 2002-08-29 16:25:41 +0000 | |
commit | 4c1922a6e893428bfbd43bc41ff4245384d8b543 (patch) | |
tree | 6c55aaa02be826e1352dd2d5be88b5ff61935029 /xml.cgi | |
parent | Correct checkin date for bug 153578 schema modification (diff) | |
download | bugzilla-4c1922a6e893428bfbd43bc41ff4245384d8b543.tar.gz bugzilla-4c1922a6e893428bfbd43bc41ff4245384d8b543.tar.bz2 bugzilla-4c1922a6e893428bfbd43bc41ff4245384d8b543.zip |
Bug 163829 - move pref code into a separate package
r=joel, preed
Diffstat (limited to 'xml.cgi')
-rwxr-xr-x | xml.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ my $exporter = $::COOKIE{"Bugzilla_login"} || undef; my @ids = split (/[, ]+/, $::FORM{'id'}); print "Content-type: text/xml\n\n"; -print Bug::XML_Header(Param("urlbase"), $::param{'version'}, +print Bug::XML_Header(Param("urlbase"), $Bugzilla::Config::VERSION, Param("maintainer"), $exporter); foreach my $id (@ids) { my $bug = new Bug(trim($id), $::userid); |