--- loncom/interface/lonmeta.pm 2004/06/17 15:05:59 1.81 +++ loncom/interface/lonmeta.pm 2004/06/17 18:22:13 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.81 2004/06/17 15:05:59 www Exp $ +# $Id: lonmeta.pm,v 1.82 2004/06/17 18:22:13 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -283,7 +283,8 @@ sub fieldnames { # Pretty printing of metadata field sub prettyprint { - my ($type,$value)=@_; + my ($type,$value,$target,$prefix,$form,$noformat)=@_; +# $target,$prefix,$form are optional and for filecrumbs only if (! defined($value)) { return ' '; } @@ -337,8 +338,9 @@ sub prettyprint { ($type eq 'obsoletereplacement') || ($type eq 'goto_list') || ($type eq 'comefrom_list') || - ($type eq 'sequsage_list')) { - return join('
',map { + ($type eq 'sequsage_list') || + ($type eq 'linkto_list')) { + return ''; } # Evaluations if (($type eq 'clear') ||