--- loncom/startup.pl 2024/08/25 02:43:32 1.41.2.4.2.2 +++ loncom/startup.pl 2024/03/03 06:30:05 1.46 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.41.2.4.2.2 2024/08/25 02:43:32 raeburn Exp $ +# $Id: startup.pl,v 1.46 2024/03/03 06:30:05 raeburn Exp $ BEGIN { eval "use Apache2::compat();"; @@ -114,8 +114,8 @@ use Apache::lonupload(); use Apache::lonuploadedacc(); use Apache::lonwrapper(); use Apache::admannotations(); -use Apache::lonwishlist(); -use Apache::lonwishlistdisplay(); +use Apache::lonwishlist(); +use Apache::lonwishlistdisplay(); use Apache::style(); use Apache::lontex(); use Apache::matchresponse();