kohabug 2105: prevent crash on IE7
authorGalen Charlton <galen.charlton@liblime.com>
Tue, 13 May 2008 21:40:15 +0000 (16:40 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 13 May 2008 22:40:36 +0000 (17:40 -0500)
commita7ba1bb941f9b7ff42754711c4af21e2f25e2e53
treea104b1efd7a6caf56fdc77678540d9e9110ab80e
parentc1ae207d54a8c075e78265d1eb47515c16daceb8
kohabug 2105: prevent crash on IE7

Three scripts were incorrect setting the HTTP type
header to 'utf-8' instead of something appropriate
like 'text/html' - Firefox evidentally can ignore that
mistake, but IE7 does not.

Fixed by replacing an invalid print of the HTTP header
and template output with a call to
C4::Output::output_html_with_http_headers.

Also corrected POD in C4::Auth and InstallAuth to
reflect correct use of output_html_with_http_headers.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Auth.pm
cataloguing/value_builder/unimarc_field_100.pl
installer/InstallAuth.pm
members/mancredit.pl
members/maninvoice.pl