RSS

(root)/bugzilla/4.2 : 1753 : buglist.cgi

To get this branch, use:
bzr branch /bugzilla/4.2

« back to all changes in this revision

Viewing changes to buglist.cgi

myk%mozilla.org
2002-09-19 20:17:21
Revision ID: cvs-1:mykmozilla.org-20020920031721-l6zx241w1d8cohz8
Last part of fix for bug 146945: Hack to support format=rdf for legacy applications that don't know to do ctype=rdf instead.
r=gerv

Show diffs side-by-side

added added

removed removed

86
86
    quietly_check_login();
87
87
}
88
88
 
 
89
# Hack to support legacy applications that think the RDF ctype is at format=rdf.
 
90
if ($::FORM{'format'} eq "rdf" && !$::FORM{'ctype'}) { 
 
91
    $::FORM{'ctype'} = "rdf";
 
92
    delete($::FORM{'format'});
 
93
}
 
94
 
89
95
# Determine the format in which the user would like to receive the output.
90
96
# Uses the default format if the user did not specify an output format;
91
97
# otherwise validates the user's choice against the list of available formats.

Loggerhead 1.18.1 is a web-based interface for Bazaar branches