[LON-CAPA-cvs] cvs: loncom /interface lonpopulate.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 04 Nov 2005 21:55:39 -0000
albertel Fri Nov 4 16:55:39 2005 EDT
Modified files:
/loncom/interface lonpopulate.pm
Log:
- leaving only 1 notifycount declare
Index: loncom/interface/lonpopulate.pm
diff -u loncom/interface/lonpopulate.pm:1.31 loncom/interface/lonpopulate.pm:1.32
--- loncom/interface/lonpopulate.pm:1.31 Fri Nov 4 16:34:05 2005
+++ loncom/interface/lonpopulate.pm Fri Nov 4 16:55:39 2005
@@ -1,5 +1,5 @@
# automated enrollment configuration handler
-# $Id: lonpopulate.pm,v 1.31 2005/11/04 21:34:05 raeburn Exp $
+# $Id: lonpopulate.pm,v 1.32 2005/11/04 21:55:39 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -487,7 +487,6 @@
} elsif ($action eq "notify") {
my $notifycount = 0;
my @notified = split(/,/,$enrollvar{notifylist});
- my $notifycount = 0;
foreach (@notified) {
unless ($_ eq '') { $notifycount ++; }
}