fix C$ instead of C4

This commit is contained in:
tipaul 2003-05-15 13:23:50 +00:00
parent f9770ca29c
commit 43bbd43208

View file

@ -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)