[LON-CAPA-cvs] cvs: loncom /homework edit.pm

matthew lon-capa-cvs@mail.lon-capa.org
Fri, 19 Sep 2003 19:37:53 -0000


matthew		Fri Sep 19 15:37:53 2003 EDT

  Modified files:              
    /loncom/homework	edit.pm 
  Log:
  Re-enable help links in construction space.
  
  
Index: loncom/homework/edit.pm
diff -u loncom/homework/edit.pm:1.65 loncom/homework/edit.pm:1.66
--- loncom/homework/edit.pm:1.65	Wed Sep 17 11:44:19 2003
+++ loncom/homework/edit.pm	Fri Sep 19 15:37:53 2003
@@ -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 @@
 #<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) .