--- loncom/interface/lonwhatsnew.pm 2005/04/07 06:56:23 1.5 +++ loncom/interface/lonwhatsnew.pm 2005/04/11 12:20:23 1.6 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.5 2005/04/07 06:56:23 albertel Exp $ +# $Id: lonwhatsnew.pm,v 1.6 2005/04/11 12:20:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -425,9 +425,8 @@ sub getitems { %{$$ungraded{$symb}} = (); my $title = $resource->compTitle(); my $ressymb = $symb; - if ($ressymb =~ m-(___adm/\w+/\w+)/(\d+)/bulletinboard$-) { - $ressymb = &Apache::lonfeedback::wrap_symb('bulletin___'.$2.$1.'/'. - $2.'/bulletinboard'); + if ($ressymb =~ m-___adm/\w+/\w+/\d+/bulletinboard$-) { + $ressymb = $resource->wrap_symb(); } # Check for unread discussion postings