--- loncom/interface/lonhelper.pm 2004/04/21 19:03:02 1.73 +++ loncom/interface/lonhelper.pm 2004/04/22 14:43:16 1.74 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.73 2004/04/21 19:03:02 albertel Exp $ +# $Id: lonhelper.pm,v 1.74 2004/04/22 14:43:16 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3165,7 +3165,7 @@ sub render { $extra = $vars->{WEIGHT}; } $result .= "
  • "; - my $what = &mt($dateTypeHash{$vars->{ACTION_TYPE}}) + my $what = &mt($dateTypeHash{$vars->{ACTION_TYPE}}); if ($extra) { $result .= &mt('Setting the [_1] to [_2]',"$what",$extra); } else {