--- loncom/startup.pl 2006/06/30 14:17:43 1.27 +++ loncom/startup.pl 2007/12/23 04:41:19 1.32 @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: startup.pl,v 1.32 2007/12/23 04:41:19 raeburn 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(); @@ -59,7 +62,6 @@ use Apache::lonquickgrades(); use Apache::lonaboutme(); use Apache::lonannounce(); use Apache::lonbulletin(); -use Apache::londropadd(); use Apache::lonerrorhandler(); use Apache::lonevaluate(); use Apache::lonfeedback(); @@ -140,7 +142,8 @@ use Apache::lonhelper(); use Apache::lonpickcourse(); use Apache::longroup(); use Apache::groupboards(); - +use Apache::lonclonecourse(); +use Apache::lonuserutils(); 1; __END__