Diff for /loncom/interface/loncommon.pm between versions 1.1297 and 1.1298

version 1.1297, 2017/10/13 20:37:35 version 1.1298, 2017/10/15 13:26:55
Line 14862  sub build_recipient_list { Line 14862  sub build_recipient_list {
             }              }
         }          }
     }      }
     if ($mailing eq 'helpdesk') {      if ($mailing eq 'helpdeskmail') {
         if ((!@recipients) && ($lastresort ne '')) {          if ((!@recipients) && ($lastresort ne '')) {
             push(@recipients,$lastresort);              push(@recipients,$lastresort);
         }          }

Removed from v.1.1297  
changed lines
  Added in v.1.1298


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