--- loncom/interface/loncommon.pm 2006/06/30 00:47:14 1.409 +++ loncom/interface/loncommon.pm 2006/06/30 01:21:36 1.410 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.409 2006/06/30 00:47:14 albertel Exp $ +# $Id: loncommon.pm,v 1.410 2006/06/30 01:21:36 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2866,15 +2866,12 @@ sub bodytag { return $bodytag; } - + my $name = &plainname($env{'user.name'},$env{'user.domain'}); my $roleinfo=(<
- $env{'environment.firstname'} - $env{'environment.middlename'} - $env{'environment.lastname'} - $env{'environment.generation'} + $name