--- loncom/interface/loncreateuser.pm 2005/01/11 21:46:52 1.96 +++ loncom/interface/loncreateuser.pm 2005/01/11 22:08:08 1.97 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.96 2005/01/11 21:46:52 albertel Exp $ +# $Id: loncreateuser.pm,v 1.97 2005/01/11 22:08:08 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1248,7 +1248,7 @@ END } sub commit_customrole { - my ($url,$three,$four,$five,$end,$start) = @_; + my ($url,$three,$four,$five,$start,$end) = @_; my $output = &mt('Assigning custom role').' "'.$five.'" by '.$four.'@'.$three.' in '.$url. ($start?', '.&mt('starting').' '.localtime($start):''). ($end?', ending '.localtime($end):'').': '.