[LON-CAPA-cvs] cvs: loncom / startup.pl /auth lonroles.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 13 Oct 2006 21:28:51 -0000
albertel Fri Oct 13 17:28:51 2006 EDT
Modified files:
/loncom startup.pl
/loncom/auth lonroles.pm
Log:
- addd lonnav disply to some needed locations
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.28 loncom/startup.pl:1.29
--- loncom/startup.pl:1.28 Fri Aug 11 18:07:35 2006
+++ loncom/startup.pl Fri Oct 13 17:28:46 2006
@@ -52,6 +52,7 @@
use Apache::essayresponse();
use Apache::externalresponse();
use Apache::lonnavmaps();
+use Apache::lonnavdisplay();
use Apache::lontexconvert();
use Apache::randomlylabel();
use Apache::loncommon();
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.166 loncom/auth/lonroles.pm:1.167
--- loncom/auth/lonroles.pm:1.166 Tue Oct 10 16:16:19 2006
+++ loncom/auth/lonroles.pm Fri Oct 13 17:28:50 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.166 2006/10/10 20:16:19 albertel Exp $
+# $Id: lonroles.pm,v 1.167 2006/10/13 21:28:50 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -40,6 +40,7 @@
use Apache::lonannounce;
use Apache::lonlocal;
use Apache::lonpageflip();
+use Apache::lonnavdisplay();
use GDBM_File;
use LONCAPA;