From: Frédéric Demians Date: Fri, 13 May 2011 16:12:54 +0000 (+0200) Subject: Bug 6050 Followup, edit a last function call X-Git-Tag: v3.06.00~487 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=3b8f1318e0f01c8c9fe7d4c1c31647db3f570ea9;hp=2ab00242d09231245b1044357ddd2657ffcccf1b;p=koha_gimpoz Bug 6050 Followup, edit a last function call Signed-off-by: Frédéric Demians Signed-off-by: Chris Cormack --- diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl index 6710224430..bda6254475 100755 --- a/misc/migration_tools/rebuild_zebra.pl +++ b/misc/migration_tools/rebuild_zebra.pl @@ -320,7 +320,7 @@ sub export_marc_records_from_sth { ? GetXmlBiblio( $record_number ) : GetAuthorityXML( $record_number ); if ($record_type eq 'biblio'){ - my @items = GetItemsInfo($record_number, 'intra'); + my @items = GetItemsInfo($record_number); if (@items){ my $record = MARC::Record->new; my @itemsrecord;