--- loncom/startup.pl 2010/04/26 21:10:13 1.35 +++ loncom/startup.pl 2010/08/24 09:11:35 1.37 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.35 2010/04/26 21:10:13 faziophi Exp $ +# $Id: startup.pl,v 1.37 2010/08/24 09:11:35 wenzelju Exp $ BEGIN { eval "use Apache2::compat();"; @@ -114,7 +114,7 @@ use Apache::lonupload(); use Apache::lonuploadedacc(); use Apache::lonwrapper(); use Apache::admannotations(); -use Apache::admbookmarks(); +use Apache::lonwishlist(); use Apache::style(); use Apache::lontex(); use Apache::matchresponse();