Diff for /loncom/auth/lonlogin.pm between versions 1.142 and 1.143

version 1.142, 2010/08/25 22:03:51 version 1.143, 2010/08/26 08:10:47
Line 69  sub handler { Line 69  sub handler {
  return OK;   return OK;
     }      }
   
     $env{'form.firsturl'} =~ =~ s/(`)/'/g;      $env{'form.firsturl'} =~ s/(`)/'/g;
   
 # -------------------------------- Prevent users from attempting to login twice  # -------------------------------- Prevent users from attempting to login twice
     my $handle = &Apache::lonnet::check_for_valid_session($r);      my $handle = &Apache::lonnet::check_for_valid_session($r);

Removed from v.1.142  
changed lines
  Added in v.1.143


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