--- loncom/startup.pl 2002/03/27 18:35:55 1.5 +++ loncom/startup.pl 2002/10/16 19:44:29 1.8 @@ -35,5 +35,14 @@ use Apache::lonparmset(); use Apache::lonauth(); use Apache::caparesponse(); use Apache::lonstatistics(); -use Apache::lonchart(); +use Apache::grades(); +use Apache::lonpublisher(); +use Apache::caparesponse(); +use Apache::radiobuttonresponse(); +use Apache::optionresponse(); +use Apache::imageresponse(); +use Apache::essayresponse(); +use Apache::externalresponse(); +use Apache::lonnavmaps(); +use Apache::tth(); 1;