--- loncom/interface/loncreateuser.pm 2005/06/06 00:06:12 1.102 +++ loncom/interface/loncreateuser.pm 2005/06/06 00:07:43 1.103 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.102 2005/06/06 00:06:12 albertel Exp $ +# $Id: loncreateuser.pm,v 1.103 2005/06/06 00:07:43 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1251,6 +1251,7 @@ END } # End of foreach (keys(%env)) # Flush the course logs so reverse user roles immediately updated &Apache::lonnet::flushcourselogs(); + $r->print('

Create/Modify Another User

'); $r->print(''); }