--- loncom/interface/lonhelper.pm 2003/09/29 16:33:09 1.48 +++ loncom/interface/lonhelper.pm 2003/09/30 17:25:48 1.49 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.48 2003/09/29 16:33:09 bowersj2 Exp $ +# $Id: lonhelper.pm,v 1.49 2003/09/30 17:25:48 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1873,7 +1873,7 @@ BUTTONS # Evaluate the map url as needed my $mapUrl; - if ($self->{EVALUATE_MAP_URL}) { + if ($self->{EVAL_MAP_URL}) { my $mapUrlFunc = eval('sub { my $helper = shift; my $state = shift; ' . $self->{MAP_URL} . '}'); $mapUrl = &$mapUrlFunc($helper, $self);