--- loncom/lonnet/perl/lonnet.pm 2003/03/14 15:08:20 1.339 +++ loncom/lonnet/perl/lonnet.pm 2003/03/14 19:35:54 1.340 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.339 2003/03/14 15:08:20 albertel Exp $ +# $Id: lonnet.pm,v 1.340 2003/03/14 19:35:54 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3114,6 +3114,7 @@ sub metadata { $value.=' [Part: '.$part.']'; } my $unikey='parameter'.$keyroot.'_'.$name; + if ($subp eq 'default') { $unikey='parameter_0_'.$name; } $metathesekeys{$unikey}=1; $metacache{$uri.':'.$unikey.'.part'}=$part; unless (defined($metacache{$uri.':'.$unikey.'.'.$subp})) {