--- loncom/enrollment/Enrollment.pm 2003/12/05 18:56:27 1.3 +++ loncom/enrollment/Enrollment.pm 2003/12/05 19:07:19 1.4 @@ -169,7 +169,10 @@ sub update_LC { if ($newstart eq '') { $newstart = $startdate; } + #explicitly allow acces to creating students + $ENV{'allowed.cst'}='F'; &Apache::lonnet::assignrole($dom,$uname,$uurl,"st",$newend,$newstart); + delete($ENV{'allowed.cst'}); } } }