View | Details | Raw Unified | Return to bug 17600
Collapse All | Expand All

(-)a/opac/unapi (-2 / +1 lines)
Lines 38-44 an XML format such as OAI DC, RSS2, MARCXML, or MODS. Link Here
38
38
39
use CGI qw ( -utf8 );
39
use CGI qw ( -utf8 );
40
use C4::Context;
40
use C4::Context;
41
use C4::Biblio;
41
use C4::Biblio qw( GetXmlBiblio );
42
use Koha::XSLT::Base;
42
use Koha::XSLT::Base;
43
43
44
my $cgi = CGI->new();
44
my $cgi = CGI->new();
45
- 

Return to bug 17600