--- loncom/startup.pl 2008/07/13 17:38:55 1.33 +++ loncom/startup.pl 2010/04/26 21:10:13 1.35 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.33 2008/07/13 17:38:55 raeburn Exp $ +# $Id: startup.pl,v 1.35 2010/04/26 21:10:13 faziophi 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(); @@ -148,6 +149,8 @@ use Apache::coursecatalog(); use Apache::courseclassifier(); use Apache::selfenroll(); use Apache::createaccount(); +use Apache::lonconfigsettings(); +use Apache::courseprefs(); 1; __END__