--- loncom/startup.pl 2010/08/24 09:11:35 1.37 +++ loncom/startup.pl 2011/01/27 14:38:40 1.38 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.37 2010/08/24 09:11:35 wenzelju Exp $ +# $Id: startup.pl,v 1.38 2011/01/27 14:38:40 wenzelju Exp $ BEGIN { eval "use Apache2::compat();"; @@ -115,6 +115,7 @@ use Apache::lonuploadedacc(); use Apache::lonwrapper(); use Apache::admannotations(); use Apache::lonwishlist(); +use Apache::lonwishlistdisplay(); use Apache::style(); use Apache::lontex(); use Apache::matchresponse();