fix C$ instead of C4
authortipaul <tipaul>
Thu, 15 May 2003 13:23:50 +0000 (13:23 +0000)
committertipaul <tipaul>
Thu, 15 May 2003 13:23:50 +0000 (13:23 +0000)
opac/opac-reserve.pl

index c951866..ae8249d 100755 (executable)
@@ -15,7 +15,7 @@ use HTML::Template;
 use C4::Date;
 use C4::Context;
 
-my $MAXIMUM_NUMBER_OF_RESERVES = C$::Context->preference("maxreserves");
+my $MAXIMUM_NUMBER_OF_RESERVES = C4::Context->preference("maxreserves");
 
 my $query = new CGI;
 my ($template, $borrowernumber, $cookie)