From 6c687df577f203cbeba24ca5973ef6060f7c41d6 Mon Sep 17 00:00:00 2001 From: toins Date: Thu, 12 Jul 2007 15:26:45 +0000 Subject: [PATCH] comment unused code. --- catalogue/MARCdetail.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/catalogue/MARCdetail.pl b/catalogue/MARCdetail.pl index de2735d0e4..c406234464 100755 --- a/catalogue/MARCdetail.pl +++ b/catalogue/MARCdetail.pl @@ -60,17 +60,17 @@ sub get_authorised_value_desc ($$$$$$) { my ( $tagslib, $tag, $subfield, $value, $framework, $dbh ) = @_; #---- branch - if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "branches" ) { + #if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "branches" ) { # return GetBranchDetail($value)->{branchname}; - } + #} #---- itemtypes - if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "itemtypes" ) { + #if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "itemtypes" ) { # my $itemtypedef = getitemtypeinfo($itemtype); # return $itemtypedef->{description}; - } + #} #---- "true" authorized value my $category = $tagslib->{$tag}->{$subfield}->{'authorised_value'}; -- 2.39.2