--- loncom/startup.pl 2006/06/30 14:17:43 1.27 +++ loncom/startup.pl 2006/10/13 21:28:46 1.29 @@ -52,6 +52,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 +141,7 @@ use Apache::lonhelper(); use Apache::lonpickcourse(); use Apache::longroup(); use Apache::groupboards(); - +use Apache::lonclonecourse(); 1; __END__