--- loncom/interface/lonhelper.pm 2003/04/30 19:08:15 1.15 +++ loncom/interface/lonhelper.pm 2003/04/30 19:23:48 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.15 2003/04/30 19:08:15 bowersj2 Exp $ +# $Id: lonhelper.pm,v 1.16 2003/04/30 19:23:48 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1002,7 +1002,7 @@ SCRIPT BUTTONS } - if (defined $self->{ERRO_MSG}) { + if (defined $self->{ERROR_MSG}) { $result .= '
' . $self->{ERROR_MSG} . '
'; }