From d01707e5c2e5a080e87f4c4f868f037673789cf2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 3 Jan 2008 12:36:22 -0600 Subject: [PATCH] removed erroneous comment Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- catalogue/moredetail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogue/moredetail.pl b/catalogue/moredetail.pl index 21bfd5d93e..4e127905ae 100755 --- a/catalogue/moredetail.pl +++ b/catalogue/moredetail.pl @@ -22,7 +22,7 @@ use strict; require Exporter; use C4::Koha; use CGI; -use C4::Biblio; # to use &GetBiblioItemData &GetItemsByBiblioitemnumber +use C4::Biblio; use C4::Branch; use C4::Acquisition; use C4::Output; # contains gettemplate -- 2.20.1