--- loncom/homework/lonhomework.pm 2002/07/29 20:40:34 1.83 +++ loncom/homework/lonhomework.pm 2002/07/31 14:56:34 1.84 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.83 2002/07/29 20:40:34 albertel Exp $ +# $Id: lonhomework.pm,v 1.84 2002/07/31 14:56:34 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -368,7 +368,8 @@ sub renderpage { if ($symb eq '') { if ($ENV{'request.state'} eq "construct") { } else { - $request->print("Browsing or ambiguous reference, submissions ignored
"); + my $help = Apache::loncommon::help_open_topic("Ambiguous_Reference"); + $request->print("Browsing or ambiguous reference, submissions ignored $help
"); } } #if ($Apache::lonhomework::viewgrades eq 'F') {&createmenu('grade',$request); }