--- loncom/interface/loncreateuser.pm 2003/12/16 14:15:12 1.74 +++ loncom/interface/loncreateuser.pm 2004/01/01 02:16:29 1.75 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.74 2003/12/16 14:15:12 sakharuk Exp $ +# $Id: loncreateuser.pm,v 1.75 2004/01/01 02:16:29 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1002,6 +1002,8 @@ END } } } # End of foreach (keys(%ENV)) +# Flush the course logs so reverse user roles immediately updated + &Apache::lonnet::flushcourselogs(); $r->print(''); }