--- loncom/startup.pl 2006/06/30 14:17:43 1.27 +++ loncom/startup.pl 2007/08/22 19:53:22 1.30 @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: startup.pl,v 1.30 2007/08/22 19:53:22 albertel Exp $ BEGIN { eval "use Apache2::compat();"; @@ -52,6 +53,7 @@ use Apache::imageresponse(); use Apache::essayresponse(); use Apache::externalresponse(); use Apache::lonnavmaps(); +use Apache::lonnavdisplay(); use Apache::lontexconvert(); use Apache::randomlylabel(); use Apache::loncommon(); @@ -140,7 +142,7 @@ use Apache::lonhelper(); use Apache::lonpickcourse(); use Apache::longroup(); use Apache::groupboards(); - +use Apache::lonclonecourse(); 1; __END__