Bug 17600: Fix opac/unapi
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
1e350b5bb6
commit
df87d3ab23
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ an XML format such as OAI DC, RSS2, MARCXML, or MODS.
|
|||
|
||||
use CGI qw ( -utf8 );
|
||||
use C4::Context;
|
||||
use C4::Biblio;
|
||||
use C4::Biblio qw( GetXmlBiblio );
|
||||
use Koha::XSLT::Base;
|
||||
|
||||
my $cgi = CGI->new();
|
||||
|
|
Loading…
Reference in a new issue