From 738d04c2ca31a185ab05e70448ae0c08048d741f Mon Sep 17 00:00:00 2001 From: toins Date: Tue, 5 Jun 2007 09:48:06 +0000 Subject: [PATCH] chmod +x using output_html_with_http_headers instead of a print "..." --- circ/transferstodo.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/circ/transferstodo.pl b/circ/transferstodo.pl index 23a58df5b4..174061a989 100755 --- a/circ/transferstodo.pl +++ b/circ/transferstodo.pl @@ -137,5 +137,4 @@ $template->param( show_date => format_date($todaysdate) ); -print "Content-Type: text/html\n\n", $template->output; - +output_html_with_http_headers $input, $cookie, $template->output; -- 2.39.5