Return to loncommon.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.687, 2008/09/19 03:27:04 | version 1.688, 2008/09/29 22:53:20 |
---|---|
Line 8404 sub build_recipient_list { | Line 8404 sub build_recipient_list { |
} elsif ($origmail ne '') { | } elsif ($origmail ne '') { |
push(@recipients,$origmail); | push(@recipients,$origmail); |
} | } |
if ($defmail ne '') { | if (defined($defmail)) { |
push(@recipients,$defmail); | if ($defmail ne '') { |
push(@recipients,$defmail); | |
} | |
} | } |
if ($otheremails) { | if ($otheremails) { |
my @others; | my @others; |