From ab6f42a22d794bff6b64187a1dc4fb86993d169f Mon Sep 17 00:00:00 2001 From: finlayt Date: Wed, 27 Nov 2002 11:03:18 +0000 Subject: [PATCH] removing C4::Context, wasnt needed --- opac/opac-userupdate.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/opac/opac-userupdate.pl b/opac/opac-userupdate.pl index 201488ca33..165384b656 100755 --- a/opac/opac-userupdate.pl +++ b/opac/opac-userupdate.pl @@ -4,9 +4,7 @@ require Exporter; use CGI; use Mail::Sendmail; -use C4::Output; # gettemplate use C4::Auth; # checkauth, getborrowernumber. -use C4::Context; use C4::Koha; use C4::Circulation::Circ2; -- 2.39.5