From a4d86bfa6c0c2b60b3bf2cbc41d804793d193b15 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 13 Feb 2006 16:36:48 +0000 Subject: [PATCH] cleaning code (useless use C4::) --- catalogue/ISBDdetail.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/catalogue/ISBDdetail.pl b/catalogue/ISBDdetail.pl index f51de6272d..681e48071d 100755 --- a/catalogue/ISBDdetail.pl +++ b/catalogue/ISBDdetail.pl @@ -43,11 +43,8 @@ use C4::Context; use C4::Output; use C4::Interface::CGI::Output; use CGI; -use C4::Search; -use MARC::Record; +use C4::Koha; use C4::Biblio; -use C4::Acquisition; -use HTML::Template; my $query=new CGI; -- 2.39.5