[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 09 Aug 2005 20:06:40 -0000
albertel Tue Aug 9 16:06:40 2005 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
- missed one bit for making sure the whatsnew page appears when it should with external nav screen
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.127 loncom/auth/lonroles.pm:1.128
--- loncom/auth/lonroles.pm:1.127 Wed Jul 13 15:56:17 2005
+++ loncom/auth/lonroles.pm Tue Aug 9 16:06:40 2005
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.127 2005/07/13 19:56:17 albertel Exp $
+# $Id: lonroles.pm,v 1.128 2005/08/09 20:06:40 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -50,7 +50,8 @@
my $swinfo=&Apache::lonmenu::rawconfig();
my $navwindow;
if ($launch_nav eq 'on') {
- $navwindow.=&Apache::lonnavmaps::launch_win('now');
+ $navwindow.=&Apache::lonnavmaps::launch_win('now',undef,undef,
+ ($url eq '/adm/whatsnew'));
} else {
$navwindow.=&Apache::lonnavmaps::close();
}