--- loncom/interface/Attic/londropadd.pm 2003/06/23 14:38:53 1.69 +++ loncom/interface/Attic/londropadd.pm 2003/07/02 15:25:46 1.70 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.69 2003/06/23 14:38:53 matthew Exp $ +# $Id: londropadd.pm,v 1.70 2003/07/02 15:25:46 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -85,7 +85,8 @@ sub modifystudent { # if this is an active role if (!($start && ($now<$start)) || !($end && ($now>$end))) { my $reply=&Apache::lonnet::modifystudent - ($udom,$unam,'','','','','','','', + # dom name id mode pass f m l g + ($udom,$unam,'', '', '',undef,undef,undef,undef, $section,time,undef,undef,$desiredhost); $result .= $reply.':'; }