Diff for /loncom/interface/loncommon.pm between versions 1.679.2.5 and 1.679.2.6

version 1.679.2.5, 2008/09/19 23:09:29 version 1.679.2.6, 2008/09/29 22:58:41
Line 8330  sub build_recipient_list { Line 8330  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;

Removed from v.1.679.2.5  
changed lines
  Added in v.1.679.2.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>