--- loncom/startup.pl 2016/10/23 19:27:31 1.41.2.3 +++ loncom/startup.pl 2023/11/04 01:56:05 1.45 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.41.2.3 2016/10/23 19:27:31 raeburn Exp $ +# $Id: startup.pl,v 1.45 2023/11/04 01:56:05 raeburn Exp $ BEGIN { eval "use Apache2::compat();"; @@ -114,8 +114,8 @@ use Apache::lonupload(); use Apache::lonuploadedacc(); use Apache::lonwrapper(); use Apache::admannotations(); -use Apache::lonwishlist(); -use Apache::lonwishlistdisplay(); +use Apache::lonwishlist(); +use Apache::lonwishlistdisplay(); use Apache::style(); use Apache::lontex(); use Apache::matchresponse(); @@ -158,6 +158,9 @@ use Apache::lonblockingmenu(); use Apache::lonaccesstimes(); use Apache::lonshibauth(); use Apache::lonshibacc(); +use Apache::lonpopulate(); +use Apache::lonviewclasslist(); +use Apache::lonviewcoauthors(); 1; __END__