--- loncom/interface/lonnavmaps.pm 2004/03/08 19:41:28 1.252 +++ loncom/interface/lonnavmaps.pm 2004/03/09 21:26:59 1.253 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Navigate Maps Handler # -# $Id: lonnavmaps.pm,v 1.252 2004/03/08 19:41:28 matthew Exp $ +# $Id: lonnavmaps.pm,v 1.253 2004/03/09 21:26:59 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1126,7 +1126,7 @@ sub render_parts_summary_status { # If there is a single part, just show the simple status if ($resource->singlepart()) { - my $status = $resource->simpleStatus('0'); + my $status = $resource->simpleStatus(${$resource->parts}[0]); return $td . "" . $statusStrings{$status} . "" . $endtd; }