[LON-CAPA-cvs] cvs: loncom / startup.pl

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 16 Oct 2002 19:44:29 -0000


albertel		Wed Oct 16 15:44:29 2002 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  - adding some more to startup that should be there.
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.7 loncom/startup.pl:1.8
--- loncom/startup.pl:1.7	Mon Aug 12 14:52:15 2002
+++ loncom/startup.pl	Wed Oct 16 15:44:29 2002
@@ -43,4 +43,6 @@
 use Apache::imageresponse();
 use Apache::essayresponse();
 use Apache::externalresponse();
+use Apache::lonnavmaps();
+use Apache::tth();
 1;