[Koha-cvs] CVS: koha/opac opac-reserve.pl,1.6,1.7

Ambrose Li acli at users.sourceforge.net
Wed Feb 5 09:30:31 CET 2003


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv18190/opac

Modified Files:
	opac-reserve.pl 
Log Message:
Added missing "use" statement
Noted correct tab size

Note: this script does not actually work yet


Index: opac-reserve.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-reserve.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** opac-reserve.pl	2 Feb 2003 07:18:38 -0000	1.6
--- opac-reserve.pl	5 Feb 2003 08:30:27 -0000	1.7
***************
*** 1,3 ****
--- 1,5 ----
  #!/usr/bin/perl
+ # NOTE: This file uses standard 8-character tabs
+ 
  use strict;
  require Exporter;
***************
*** 9,12 ****
--- 11,15 ----
  use C4::Circulation::Circ2;
  use C4::Reserves2;
+ use C4::Interface::CGI::Output;
  use HTML::Template;
  
***************
*** 227,228 ****
--- 230,235 ----
  
  output_html_with_http_headers $query, $cookie, $template->output;
+ 
+ # Local Variables:
+ # tab-width: 8
+ # End:





More information about the Koha-cvs mailing list