Skip to content
Snippets Groups Projects
Commit ba689d57 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: moved variable

parent 3df8377c
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ package SLUB::LZA::SIPBuilderBagIt;
use XML::LibXSLT;
our $VERBOSE = 0; # print output switch 0 => on, 1 and larger = off
our $with_debug = 0; # output debug infos and files
my $marc_mods_url = 'http://www.loc.gov/standards/mods/v3/MARC21slim2MODS3-6.xsl';
my $marc_utils_url = 'http://www.loc.gov/standards/marcxml/xslt/MARC21slimUtils.xsl';
......@@ -82,7 +83,6 @@ package SLUB::LZA::SIPBuilderBagIt;
my $searchkey_k10p = 'pica.ppn';
my $recordschema_swb = 'marcxmlvbos';
my $recordschema_k10p = 'marcxmlk10os';
our $with_debug = 0;
sub get_marc21_from_catalogue($){
if(! defined $_[0]){ croak "ppn not defined!"; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment