--- loncom/startup.pl 2009/05/17 01:16:47 1.34 +++ loncom/startup.pl 2012/05/15 22:46:07 1.41.2.1 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.34 2009/05/17 01:16:47 raeburn Exp $ +# $Id: startup.pl,v 1.41.2.1 2012/05/15 22:46:07 raeburn Exp $ BEGIN { eval "use Apache2::compat();"; @@ -113,7 +113,6 @@ use Apache::lonupload(); use Apache::lonuploadedacc(); use Apache::lonwrapper(); use Apache::admannotations(); -use Apache::admbookmarks(); use Apache::style(); use Apache::lontex(); use Apache::matchresponse(); @@ -150,6 +149,10 @@ use Apache::selfenroll(); use Apache::createaccount(); use Apache::lonconfigsettings(); use Apache::courseprefs(); +use Apache::domainprefs(); +use Apache::lonblockingmenu(); +use Apache::lonshibauth(); +use Apache::lonshibacc(); 1; __END__