--- loncom/interface/Attic/londropadd.pm 2000/12/28 16:32:10 1.5 +++ loncom/interface/Attic/londropadd.pm 2000/12/28 19:56:31 1.6 @@ -349,7 +349,8 @@ LON-CAPA domain: Full Update Full update (also dropping students)

- +
+Note: for large courses, this operation might be time consuming. ENDPICK } elsif ($ENV{'form.enroll'}) { } elsif ($ENV{'form.drop'}) { @@ -464,7 +465,9 @@ ENDPICK unless ($reply eq 'ok') { $r->print( "

Error enrolling $username: $reply

"); - } + } else { + $r->print('. '); + } } else { $r->print( "

No password for $username

");