Bug 163829 - move pref code into a separate package
r=joel, preed git-svn-id: svn://10.0.0.236/trunk@128451 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user