Diff for /loncom/interface/lonsupportreq.pm between versions 1.5.2.1 and 1.5.2.1.2.1

version 1.5.2.1, 2004/09/22 19:13:41 version 1.5.2.1.2.1, 2004/11/08 19:23:26
Line 556  $bodytag Line 556  $bodytag
 As the e-mail address provided for this LON-CAPA server ($to) does not appear to be a valid e-mail address, your support request has <b>not</b> been sent to the LON-CAPA support staff or administrator at your institution. Instead a copy has been sent to the LON-CAPA support team at Michigan State University.   As the e-mail address provided for this LON-CAPA server ($to) does not appear to be a valid e-mail address, your support request has <b>not</b> been sent to the LON-CAPA support staff or administrator at your institution. Instead a copy has been sent to the LON-CAPA support team at Michigan State University. 
 END  END
             $to = 'helpdesk@lon-capa.org';              $to = 'helpdesk@lon-capa.org';
    }
     }      }
     if (defined($ENV{'form.email'})) {      if (defined($ENV{'form.email'})) {
         if ($ENV{'form.email'} =~ m/^[^\@]+\@[^\@]+$/) {          if ($ENV{'form.email'} =~ m/^[^\@]+\@[^\@]+$/) {

Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.1.2.1


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