--- loncom/interface/lonsource.pm 2006/06/22 18:17:23 1.17 +++ loncom/interface/lonsource.pm 2007/07/11 20:32:15 1.18 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Souce Code handler # -# $Id: lonsource.pm,v 1.17 2006/06/22 18:17:23 www Exp $ +# $Id: lonsource.pm,v 1.18 2007/07/11 20:32:15 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -44,7 +44,7 @@ use LONCAPA; sub make_link { my ($filename, $listname) = @_; - my $sourcelink = "/adm/source?filename=".$filename."&listname=".$listname; + my $sourcelink = "/adm/source?inhibitmenu=yes&filename=".$filename."&listname=".$listname; return $sourcelink; }