--- loncom/homework/edit.pm 2003/07/29 15:05:53 1.58 +++ loncom/homework/edit.pm 2003/08/04 22:07:29 1.59 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.58 2003/07/29 15:05:53 bowersj2 Exp $ +# $Id: edit.pm,v 1.59 2003/08/04 22:07:29 albertel 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) .