--- loncom/lonnet/perl/lonnet.pm 2005/10/10 17:57:22 1.660 +++ loncom/lonnet/perl/lonnet.pm 2005/10/10 18:15:52 1.661 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.660 2005/10/10 17:57:22 raeburn Exp $ +# $Id: lonnet.pm,v 1.661 2005/10/10 18:15:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1685,9 +1685,10 @@ sub linklog { sub userrolelog { my ($trole,$username,$domain,$area,$tstart,$tend)=@_; - if (($trole=~/^ca/) || ($trole=~/^in/) || - ($trole=~/^cc/) || ($trole=~/^ep/) || - ($trole=~/^cr/) || ($trole=~/^ta/)) { + if (($trole=~/^ca/) || ($trole=~/^aa/) || + ($trole=~/^in/) || ($trole=~/^cc/) || + ($trole=~/^ep/) || ($trole=~/^cr/) || + ($trole=~/^ta/)) { my (undef,$rudom,$runame,$rsec)=split(/\//,$area); $userrolehash {$trole.':'.$username.':'.$domain.':'.$runame.':'.$rudom.':'.$rsec}