--- loncom/startup.pl 2024/03/03 19:15:26 1.41.2.4.2.1 +++ loncom/startup.pl 2024/08/25 02:43:32 1.41.2.4.2.2 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.41.2.4.2.1 2024/03/03 19:15:26 raeburn Exp $ +# $Id: startup.pl,v 1.41.2.4.2.2 2024/08/25 02:43:32 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(); use Apache::daxepage(); use Apache::daxeopen(); use Apache::daxesave();