--- loncom/startup.pl 2016/10/23 19:14:24 1.43 +++ loncom/startup.pl 2021/10/22 00:35:02 1.44 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.43 2016/10/23 19:14:24 raeburn Exp $ +# $Id: startup.pl,v 1.44 2021/10/22 00:35:02 raeburn Exp $ BEGIN { eval "use Apache2::compat();"; @@ -158,6 +158,7 @@ use Apache::lonblockingmenu(); use Apache::lonaccesstimes(); use Apache::lonshibauth(); use Apache::lonshibacc(); +use Apache::lonpopulate(); 1; __END__