koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/opac opac-reserve.pl,1.6,1.7
Date: Wed, 05 Feb 2003 00:30:31 -0800

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:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]