[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/circ transferstodo.pl
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/circ transferstodo.pl |
Date: |
Tue, 05 Jun 2007 09:48:06 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Antoine Farnault <toins> 07/06/05 09:48:06
Modified files:
circ : transferstodo.pl
Log message:
chmod +x
using output_html_with_http_headers instead of a print "..."
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/transferstodo.pl?cvsroot=koha&r1=1.4&r2=1.5
Patches:
Index: transferstodo.pl
===================================================================
RCS file: /sources/koha/koha/circ/transferstodo.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- transferstodo.pl 22 May 2007 09:13:55 -0000 1.4
+++ transferstodo.pl 5 Jun 2007 09:48:06 -0000 1.5
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: transferstodo.pl,v 1.4 2007/05/22 09:13:55 tipaul Exp $
+# $Id: transferstodo.pl,v 1.5 2007/06/05 09:48:06 toins Exp $
# Copyright 2000-2002 Katipo Communications
#
@@ -137,5 +137,4 @@
show_date => format_date($todaysdate)
);
-print "Content-Type: text/html\n\n", $template->output;
-
+output_html_with_http_headers $input, $cookie, $template->output;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/circ transferstodo.pl,
Antoine Farnault <=