[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 19 Feb 2004 21:45:22 -0000
albertel Thu Feb 19 16:45:22 2004 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
- selected role is an active role
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.85 loncom/auth/lonroles.pm:1.86
--- loncom/auth/lonroles.pm:1.85 Fri Jan 30 19:46:45 2004
+++ loncom/auth/lonroles.pm Thu Feb 19 16:45:22 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.85 2004/01/31 00:46:45 www Exp $
+# $Id: lonroles.pm,v 1.86 2004/02/19 21:45:22 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -370,6 +370,7 @@
$tbg='#11CC55';
$tfont='#002200';
$inrole=1;
+ $countactive++;
$tremark.=&mt('Currently selected. ');
}
my $trole;