--- loncom/homework/edit.pm	2003/09/10 21:59:44	1.64
+++ 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.64 2003/09/10 21:59:44 albertel 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 {
 #<td>". 
 #  &movebuttons($target,$token).
 #    "</tr><tr><td colspan=\"3\">\n";
-	my @help;# = Apache::lonxml::helpinfo($token);
+	my @help = Apache::lonxml::helpinfo($token);
 	if ($help[0]) {
 	    $result .= '<td align="right" valign="top">' .
 		Apache::loncommon::help_open_topic(@help) .
@@ -568,7 +568,6 @@ sub select_arg {
     my $result;
     my $optionlist="";
     my $selected=$token->[2]{$name};
-    &Apache::lonxml::error("Wha $selected");
     foreach my $option (@$list) {
 	my ($text,$value);
 	if ( ref($option) eq 'ARRAY') {