[LON-CAPA-cvs] cvs: loncom / startup.pl
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 16 Oct 2002 19:49:52 -0000
albertel Wed Oct 16 15:49:52 2002 EDT
Modified files:
/loncom startup.pl
Log:
- better use line, gets more modules
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.8 loncom/startup.pl:1.9
--- loncom/startup.pl:1.8 Wed Oct 16 15:44:29 2002
+++ loncom/startup.pl Wed Oct 16 15:49:52 2002
@@ -44,5 +44,5 @@
use Apache::essayresponse();
use Apache::externalresponse();
use Apache::lonnavmaps();
-use Apache::tth();
+use Apache::lontexconvert();
1;