Koha/cataloguing
Galen Charlton a7ba1bb941 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>
2008-05-13 17:40:36 -05:00
..
value_builder kohabug 2105: prevent crash on IE7 2008-05-13 17:40:36 -05:00
addbiblio.pl XHTML correction - readonly attribute can contain only "readonly" 2008-04-21 11:17:32 -05:00
addbooks.pl Porting SimpleSearch return changes to all code calling it. 2008-04-17 05:52:45 -05:00
additem.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
plugin_launcher.pl cataloge subdir (and cataloguing) - Dates.pm integration and warnings fixes. 2007-12-04 18:21:11 -06:00
thesaurus_popup.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
z3950_search.pl Add z39.50 search form distinct from MARC editor 2008-03-17 19:25:48 -05:00