X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=cataloguing%2Fvalue_builder%2Fmarc21_leader_video.pl;h=3e72ad9d3071fd4b314b1ded8bb340616ae932c7;hb=bed4c271841e7efcfe6ead21a12ef7d510eef931;hp=87921bd6bb0c60d4423256713eee706c212c2433;hpb=aa06ac905a3573d9804dfa5f70aff2fc91838de3;p=koha_fer diff --git a/cataloguing/value_builder/marc21_leader_video.pl b/cataloguing/value_builder/marc21_leader_video.pl index 87921bd6bb..3e72ad9d30 100755 --- a/cataloguing/value_builder/marc21_leader_video.pl +++ b/cataloguing/value_builder/marc21_leader_video.pl @@ -32,6 +32,7 @@ use C4::Output; plugin_parameters : other parameters added when the plugin is called by the dopop function =cut + sub plugin_parameters { my ($dbh,$record,$tagslib,$i,$tabloop) = @_; return ""; @@ -82,7 +83,6 @@ my ($template, $loggedinuser, $cookie) $result = " ngm 7a " unless $result; my $f5 = substr($result,5,1); my $f6 = substr($result,6,1); - warn "F6".$f6; my $f7 = substr($result,7,1); my $f8 = substr($result,8,1); my $f9 = substr($result,9,1);