--- loncom/interface/londocs.pm 2006/03/17 00:06:54 1.224 +++ loncom/interface/londocs.pm 2006/05/01 19:37:33 1.226 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.224 2006/03/17 00:06:54 albertel Exp $ +# $Id: londocs.pm,v 1.226 2006/05/01 19:37:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -970,8 +970,7 @@ sub breadcrumbs { } - return &Apache::lonhtmlcommon::breadcrumbs(undef,undef,undef,undef,undef, - 0,'nohelp'); + return &Apache::lonhtmlcommon::breadcrumbs(undef,undef,0,'nohelp'); } sub editor { @@ -2139,7 +2138,6 @@ sub handler { my $forcestandard = 0; my $forcesupplement; my $script=''; - my $events=''; my $showdoc=0; my $containertag; my $uploadtag; @@ -2177,17 +2175,13 @@ sub handler { } } else { # got called in sequence from course $allowed=0; - $script=''.&Apache::lonmenu::registerurl(1,undef).''; $r->print(&Apache::loncommon::start_page('Course Documents', $script, - {'add_entries' => $events, - 'force_register' => $showdoc,}). + {'force_register' => $showdoc,}). &Apache::loncommon::help_open_menu('','','','',273,'RAT')); my %allfiles = ();