--- loncom/startup.pl 2006/06/27 14:06:41 1.26 +++ 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(); @@ -138,7 +140,9 @@ use Apache::lonrss(); use Apache::slotrequest(); use Apache::lonhelper(); use Apache::lonpickcourse(); - +use Apache::longroup(); +use Apache::groupboards(); +use Apache::lonclonecourse(); 1; __END__