--- loncom/startup.pl 2012/05/15 22:46:07 1.41.2.1 +++ loncom/startup.pl 2016/10/23 19:27:31 1.41.2.3 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.41.2.1 2012/05/15 22:46:07 raeburn Exp $ +# $Id: startup.pl,v 1.41.2.3 2016/10/23 19:27:31 raeburn Exp $ BEGIN { eval "use Apache2::compat();"; @@ -92,6 +92,7 @@ use Apache::loncreatecourse(); use Apache::londefdef(); use Apache::londocs(); use Apache::lonhtmlcommon(); +use Apache::lonhtmlgateway(); use Apache::lonmsg(); use Apache::lonmysql(); use Apache::lonpercentage(); @@ -113,6 +114,8 @@ use Apache::lonupload(); use Apache::lonuploadedacc(); use Apache::lonwrapper(); use Apache::admannotations(); +use Apache::lonwishlist(); +use Apache::lonwishlistdisplay(); use Apache::style(); use Apache::lontex(); use Apache::matchresponse(); @@ -150,7 +153,9 @@ use Apache::createaccount(); use Apache::lonconfigsettings(); use Apache::courseprefs(); use Apache::domainprefs(); +use Apache::lonmodifycourse(); use Apache::lonblockingmenu(); +use Apache::lonaccesstimes(); use Apache::lonshibauth(); use Apache::lonshibacc(); 1;