--- loncom/homework/edit.pm 2003/09/17 15:44:19 1.65 +++ loncom/homework/edit.pm 2003/09/19 19:37:53 1.66 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.65 2003/09/17 15:44:19 matthew Exp $ +# $Id: edit.pm,v 1.66 2003/09/19 19:37:53 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -67,7 +67,7 @@ sub tag_start { #". # &movebuttons($target,$token). # "\n"; - my @help;# = Apache::lonxml::helpinfo($token); + my @help = Apache::lonxml::helpinfo($token); if ($help[0]) { $result .= '' . Apache::loncommon::help_open_topic(@help) .