Diff for /loncom/interface/loncommon.pm between versions 1.687 and 1.688

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;

Removed from v.1.687  
changed lines
  Added in v.1.688


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