comment unused code.

This commit is contained in:
toins 2007-07-12 15:26:45 +00:00
parent 5cce74881a
commit 6c687df577

View file

@ -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'};