--- loncom/enrollment/Enrollment.pm 2006/02/07 16:20:49 1.29 +++ loncom/enrollment/Enrollment.pm 2006/02/07 17:56:41 1.30 @@ -1,5 +1,5 @@ # Automated Enrollment manager -# $Id: Enrollment.pm,v 1.29 2006/02/07 16:20:49 albertel Exp $ +# $Id: Enrollment.pm,v 1.30 2006/02/07 17:56:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -404,9 +404,6 @@ sub update_LC { if ($context eq "updatenow") { $addresult = substr($addresult,0,rindex($addresult,"
  • ")); $addresult = "The following $enrollcount student(s) was/were added to this LON-CAPA course:


    "; - if ($courseinfo{'showphotos'}) { - - } } else { $addresult = "The following $enrollcount student(s) was/were added to this LON-CAPA course:\n\n".$addresult."\n\n"; }