--- loncom/interface/spreadsheet/studentcalc.pm 2005/05/17 17:48:19 1.33 +++ loncom/interface/spreadsheet/studentcalc.pm 2005/08/05 20:06:22 1.34 @@ -1,5 +1,5 @@ # -# $Id: studentcalc.pm,v 1.33 2005/05/17 17:48:19 albertel Exp $ +# $Id: studentcalc.pm,v 1.34 2005/08/05 20:06:22 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -458,7 +458,7 @@ sub put_sequence_data_in_safe_space { # 1. duplicate titles - they get the total for the titles # 2. control characters in titles - use q{} around the string to # deal with it. - my $title = &HTML::Entities::decode($seq->{'title'}); + my $title = &HTML::Entities::decode($seq->title()); $title =~ s/&\#058;/:/g; if (@Rows) { $data .= 'push(@{$Sequence_Rows{"'.quotemeta($title).'"}},'.