[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/circ branchreserves.pl [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/circ branchreserves.pl [rel_3_0] |
Date: |
Thu, 02 Nov 2006 13:31:20 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/11/02 13:31:20
Modified files:
circ : branchreserves.pl
Log message:
using output_html_with_http_headers instead of print.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/branchreserves.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2.2.3&r2=1.2.2.4
Patches:
Index: branchreserves.pl
===================================================================
RCS file: /sources/koha/koha/circ/branchreserves.pl,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -b -r1.2.2.3 -r1.2.2.4
--- branchreserves.pl 31 Aug 2006 13:28:52 -0000 1.2.2.3
+++ branchreserves.pl 2 Nov 2006 13:31:20 -0000 1.2.2.4
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: branchreserves.pl,v 1.2.2.3 2006/08/31 13:28:52 alaurin Exp $
+# $Id: branchreserves.pl,v 1.2.2.4 2006/11/02 13:31:20 toins Exp $
# Copyright 2000-2002 Katipo Communications
#
@@ -27,10 +27,11 @@
use C4::Auth;
use C4::Date;
use C4::Circulation::Circ2;
-use Date::Manip;
+#use Date::Manip;
use C4::Reserves2;
use C4::Search;
use C4::Koha;
+use C4::Interface::CGI::Output;
my $input = new CGI;
@@ -136,4 +137,4 @@
show_date => format_date($todaysdate),
);
- print "Content-Type: text/html\n\n", $template->output;
\ No newline at end of file
+output_html_with_http_headers $input, $cookie, $template->output;
- [Koha-cvs] koha/circ branchreserves.pl [rel_3_0],
Antoine Farnault <=