[Koha-patches] [PATCH] Bug 4514 (Error handling) -- For master only.

Galen Charlton gmcharlt at gmail.com
Wed Jun 9 16:09:01 CEST 2010


Hi,

On Mon, Jun 7, 2010 at 7:46 AM, Marcel de Rooy <M.de.Rooy at rijksmuseum.nl> wrote:
> -output_with_http_headers $query, $cookie, $template->output, 'html', '400 Bad Request';
> +output_html_with_http_headers $query, $cookie, $template->output, 'html', '400 Bad Request';

This would break things.  The parameters for
output_html_with_http_headers are $query, $cookie, $data, and HTTP
status; i.e., it supports up to four parameters, not five.  As far as
I can tell, bug 4514 applies to 3.0.x only; no patch for master is
currently indicated.

Regards,

Galen
-- 
Galen Charlton
gmcharlt at gmail.com


More information about the Koha-patches mailing list