--- loncom/startup.pl 2006/06/30 14:17:43 1.27 +++ loncom/startup.pl 2007/11/19 23:13:27 1.31 @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: startup.pl,v 1.31 2007/11/19 23:13:27 albertel Exp $ BEGIN { eval "use Apache2::compat();"; @@ -16,6 +17,7 @@ use Crypt::DES(); use DBI(); use Fcntl qw(:flock); use File::Copy(); +use DateTime(); use GDBM_File(); use HTML::LCParser(); use HTML::TokeParser(); @@ -52,6 +54,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 +143,7 @@ use Apache::lonhelper(); use Apache::lonpickcourse(); use Apache::longroup(); use Apache::groupboards(); - +use Apache::lonclonecourse(); 1; __END__