From: Nahuel ANGELINETTI Date: Fri, 11 Sep 2009 14:34:00 +0000 (+0200) Subject: (bug #3575) fix opac-detail.pl X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=38a1526a740b506e87c0aa296014f2feb1c00c0f;p=koha.git (bug #3575) fix opac-detail.pl This delete an useless "use C4::Serials"(there are 2). Signed-off-by: Henri-Damien LAURENT Signed-off-by: Chris Cormack --- diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index 2de8ec80aa..cf5edf702e 100755 --- a/opac/opac-detail.pl +++ b/opac/opac-detail.pl @@ -36,7 +36,6 @@ use C4::XISBN qw(get_xisbns get_biblionumber_from_isbn); use C4::External::Amazon; use C4::External::Syndetics qw(get_syndetics_index get_syndetics_summary get_syndetics_toc get_syndetics_excerpt get_syndetics_reviews get_syndetics_anotes ); use C4::Review; -use C4::Serials; use C4::Members; use C4::VirtualShelves; use C4::XSLT;