X-Git-Url: http://git.rot13.org/?p=koha-bibliografija;a=blobdiff_plain;f=html.pl;h=3bd0cf27e0d1948620c3dd035d3b1fd1aa5401e0;hp=109578bf9a3fe608292a65b3f23ca2304139fd96;hb=b82e1b8518c8822be87978d8dda289e9c497e61a;hpb=d3524a5bdaa252e1972fd6983d1db9a6998d97a1 diff --git a/html.pl b/html.pl index 109578b..3bd0cf2 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 });