Diff for /loncom/auth/lonlogin.pm between versions 1.153 and 1.154

version 1.153, 2013/01/11 17:35:10 version 1.154, 2013/01/23 15:26:37
Line 636  sub contactdisplay { Line 636  sub contactdisplay {
     my $requestmail =       my $requestmail = 
         &Apache::loncommon::build_recipient_list(undef,'helpdeskmail',          &Apache::loncommon::build_recipient_list(undef,'helpdeskmail',
                                                  $authdomain,$origmail);                                                   $authdomain,$origmail);
     if ($showhelpdesk) {      unless ($showhelpdesk eq '0') {
         unless ($requestmail =~ m/[^\@]+\@[^\@]+/) {          if ($requestmail =~ m/[^\@]+\@[^\@]+/) {
               $showhelpdesk = 1;
           } else {
             $showhelpdesk = 0;              $showhelpdesk = 0;
         }          }
     }      }

Removed from v.1.153  
changed lines
  Added in v.1.154


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