[Koha-cvs] CVS: koha/opac opac-reserve.pl,1.16,1.17

Paul POULAIN tipaul at users.sourceforge.net
Thu May 15 15:23:52 CEST 2003


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;





More information about the Koha-cvs mailing list