--- loncom/interface/loncreateuser.pm 2005/01/11 20:49:05 1.95 +++ loncom/interface/loncreateuser.pm 2005/01/11 21:46:52 1.96 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.95 2005/01/11 20:49:05 albertel Exp $ +# $Id: loncreateuser.pm,v 1.96 2005/01/11 21:46:52 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1237,14 +1237,6 @@ END $r->print(&commit_standardrole($url,$2,$start,$end,$1,undef,'')); } } - # Assign the role and report it. - $r->print(&mt('Assigning').' '.$2.' in '.$url.': '. - ($start?', '.&mt('starting').' '.localtime($start):''). - ($end?', '.&mt('ending').' '.localtime($end):'').': '. - &Apache::lonnet::assignrole( - $ENV{'form.ccdomain'},$ENV{'form.ccuname'}, - $url,$2,$end,$start) - .'
'); } else { $r->print('

'.&mt('ERROR').': '.&mt('Unknown command').' '.$_.'


'); }