From: tipaul Date: Tue, 4 May 2004 15:46:58 +0000 (+0000) Subject: removing Renewals2 (all circ related subs are moved to Circ2.pm) X-Git-Tag: R_2-1~285 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=7485f4baa0cbc14e837e56925b669760d5a1c7ec;p=koha.git removing Renewals2 (all circ related subs are moved to Circ2.pm) --- diff --git a/opac/opac-renew.pl b/opac/opac-renew.pl index 41f1d73304..4a4e3afdc3 100755 --- a/opac/opac-renew.pl +++ b/opac/opac-renew.pl @@ -5,7 +5,7 @@ #script to renew items from the web use CGI; -use C4::Circulation::Renewals2; +use C4::Circulation::Circ2; my $query = new CGI; diff --git a/opac/opac-user.pl b/opac/opac-user.pl index e3b00dad9c..5a498dd734 100755 --- a/opac/opac-user.pl +++ b/opac/opac-user.pl @@ -6,7 +6,6 @@ use CGI; use C4::Auth; use C4::Koha; use C4::Circulation::Circ2; -use C4::Circulation::Renewals2; use C4::Reserves2; use C4::Search; use C4::Interface::CGI::Output;