X-Git-Url: http://git.rot13.org/?p=koha-bibliografija;a=blobdiff_plain;f=html.pl;fp=html.pl;h=f23e38be12cf7a7a0fe5563d236e5c16f61ccd17;hp=cc3a3cecb2c6feeb32bf349f1f574cfc44b482e3;hb=37f76cb9ed121b9507b040bf4530aa9d78d4465d;hpb=46c56575ea1e30f99d93502bf48a617b909964fd diff --git a/html.pl b/html.pl index cc3a3ce..f23e38b 100755 --- a/html.pl +++ b/html.pl @@ -128,10 +128,11 @@ my $marcxml; my $sth_select_authors = $dbh->prepare(q{ select - biblionumber, + biblioitems.biblionumber, itemtype, - marcxml + metadata as marcxml from biblioitems +join biblio_metadata on (biblio_metadata.biblionumber = biblioitems.biblionumber) where agerestriction > 0 });