[LON-CAPA-cvs] cvs: loncom /interface lonpopulate.pm
raeburn
lon-capa-cvs@mail.lon-capa.org
Fri, 04 Nov 2005 21:32:14 -0000
raeburn Fri Nov 4 16:32:14 2005 EDT
Modified files:
/loncom/interface lonpopulate.pm
Log:
Reversing another change made in rev 1.28.
Index: loncom/interface/lonpopulate.pm
diff -u loncom/interface/lonpopulate.pm:1.29 loncom/interface/lonpopulate.pm:1.30
--- loncom/interface/lonpopulate.pm:1.29 Fri Nov 4 16:25:34 2005
+++ loncom/interface/lonpopulate.pm Fri Nov 4 16:32:13 2005
@@ -1,5 +1,5 @@
# automated enrollment configuration handler
-# $Id: lonpopulate.pm,v 1.29 2005/11/04 21:25:34 albertel Exp $
+# $Id: lonpopulate.pm,v 1.30 2005/11/04 21:32:13 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -485,6 +485,7 @@
</form>
ENDTWO
} elsif ($action eq "notify") {
+ my $notifycount = 0;
my @notified = split(/,/,$enrollvar{notifylist});
my $notifycount = 0;
foreach (@notified) {