--- loncom/interface/loncourseauthor.pm 2023/03/27 18:41:04 1.3 +++ loncom/interface/loncourseauthor.pm 2024/12/25 14:20:19 1.4 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: loncourseauthor.pm,v 1.3 2023/03/27 18:41:04 raeburn Exp $ +# $Id: loncourseauthor.pm,v 1.4 2024/12/25 14:20:19 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -109,10 +109,6 @@ sub handler { if ($env{'form.path'}) { $relpath = $env{'form.path'}; } - my @ids=&Apache::lonnet::current_machine_ids(); - if (grep(/^\Q$env{'user.home'}\E$/,@ids)) { - $is_home = 1; - } if ($inc) { map { $include->{$_} = 1; } split(/\s*,\s*/,$inc); }