From 43bbd432083165c2991bade0da5790d410f02a1d Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 15 May 2003 13:23:50 +0000 Subject: [PATCH] fix C$ instead of C4 --- opac/opac-reserve.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl index c9518664b3..ae8249d46a 100755 --- a/opac/opac-reserve.pl +++ b/opac/opac-reserve.pl @@ -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) -- 2.39.5