--- loncom/interface/londocs.pm 2004/12/10 20:46:38 1.152 +++ loncom/interface/londocs.pm 2004/12/12 19:54:56 1.154 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.152 2004/12/10 20:46:38 albertel Exp $ +# $Id: londocs.pm,v 1.154 2004/12/12 19:54:56 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1175,7 +1175,6 @@ END } if ($ispage) { - &Apache::lonnet::logthis(" in ispage "); my $pagename=&Apache::lonnet::escape($pagetitle); my $pagepath; my $folderpath=$ENV{'form.folderpath'}; @@ -1190,11 +1189,9 @@ END $residx, $path.$pagearg.'.page'); } - #(undef,undef,$url)=&Apache::lonnet::decode_symb($symb); $url.='pagepath='.&Apache::lonnet::escape($pagepath). '&pagesymb='.&Apache::lonnet::escape($symb); } - &Apache::lonnet::logthis(" link \n$url"); $line.=''. "$title";