--- loncom/startup.pl 2021/10/22 00:35:02 1.44 +++ loncom/startup.pl 2023/11/04 01:56:05 1.45 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.44 2021/10/22 00:35:02 raeburn Exp $ +# $Id: startup.pl,v 1.45 2023/11/04 01:56:05 raeburn Exp $ BEGIN { eval "use Apache2::compat();"; @@ -159,6 +159,8 @@ use Apache::lonaccesstimes(); use Apache::lonshibauth(); use Apache::lonshibacc(); use Apache::lonpopulate(); +use Apache::lonviewclasslist(); +use Apache::lonviewcoauthors(); 1; __END__