--- loncom/startup.pl 2009/05/17 01:16:47 1.34 +++ loncom/startup.pl 2011/01/27 14:38:40 1.38 @@ -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.38 2011/01/27 14:38:40 wenzelju 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,7 +114,8 @@ use Apache::lonupload(); use Apache::lonuploadedacc(); use Apache::lonwrapper(); use Apache::admannotations(); -use Apache::admbookmarks(); +use Apache::lonwishlist(); +use Apache::lonwishlistdisplay(); use Apache::style(); use Apache::lontex(); use Apache::matchresponse();