--- loncom/auth/lonroles.pm 2003/07/25 01:16:29 1.64 +++ loncom/auth/lonroles.pm 2003/08/05 12:52:23 1.65 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.64 2003/07/25 01:16:29 bowersj2 Exp $ +# $Id: lonroles.pm,v 1.65 2003/08/05 12:52:23 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -570,7 +570,10 @@ ENDHEADER } } } - + if ($advanced) { + $r->print('

This is LON-CAPA '. + $r->dir_config('lonVersion').'

'); + } $r->print("\n"); return OK; }