Commit 1e1b380a authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad…

Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent 04a1ddc5
...@@ -166,7 +166,7 @@ sub multipart_init { ...@@ -166,7 +166,7 @@ sub multipart_init {
# Note: CGI.pm::multipart_init up to v3.04 explicitly set nph to 0 # Note: CGI.pm::multipart_init up to v3.04 explicitly set nph to 0
# CGI.pm::multipart_init v3.05 explicitly sets nph to 1 # CGI.pm::multipart_init v3.05 explicitly sets nph to 1
# CGI.pm's header() sets nph according to a param or $CGI::NPH, which # CGI.pm's header() sets nph according to a param or $CGI::NPH, which
# is the desired behavour. # is the desired behaviour.
# Allow multiple calls to $cgi->header() # Allow multiple calls to $cgi->header()
$CGI::HEADERS_ONCE = 0; $CGI::HEADERS_ONCE = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment