--- loncom/interface/Attic/londropadd.pm 2002/11/13 19:16:34 1.61 +++ loncom/interface/Attic/londropadd.pm 2002/12/03 20:30:48 1.62 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.61 2002/11/13 19:16:34 matthew Exp $ +# $Id: londropadd.pm,v 1.62 2002/12/03 20:30:48 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -93,7 +93,7 @@ sub modifystudent { } } if ($result eq '') { - $result eq 'Unable to find section for this student'; + $result = 'Unable to find section for this student'; } else { $result =~ s/(ok:)+/ok/g; }