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.16,1.17


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/opac opac-reserve.pl,1.16,1.17
Date: Thu, 15 May 2003 06:23:52 -0700

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

Modified Files:
        opac-reserve.pl 
Log Message:
fix C$ instead of C4

Index: opac-reserve.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-reserve.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** opac-reserve.pl     8 May 2003 12:26:16 -0000       1.16
--- opac-reserve.pl     15 May 2003 13:23:50 -0000      1.17
***************
*** 16,20 ****
  use C4::Context;
  
! my $MAXIMUM_NUMBER_OF_RESERVES = C$::Context->preference("maxreserves");
  
  my $query = new CGI;
--- 16,20 ----
  use C4::Context;
  
! my $MAXIMUM_NUMBER_OF_RESERVES = C4::Context->preference("maxreserves");
  
  my $query = new CGI;




reply via email to

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