Diff for /loncom/auth/lonlogout.pm between versions 1.45.2.1 and 1.45.2.2

version 1.45.2.1, 2012/08/06 23:14:04 version 1.45.2.2, 2013/02/08 17:11:59
Line 70  sub handler { Line 70  sub handler {
     my $lonidsdir=$r->dir_config('lonIDsDir');      my $lonidsdir=$r->dir_config('lonIDsDir');
     &Apache::lonnet::transfer_profile_to_env($lonidsdir,$handle);      &Apache::lonnet::transfer_profile_to_env($lonidsdir,$handle);
     unlink("$lonidsdir/$handle.id");      unlink("$lonidsdir/$handle.id");
       if (!$Apache::lonlocal::lh) {
           &Apache::lonlocal::get_language_handle($r);
       }
     my %temp=('logout' => time);      my %temp=('logout' => time);
     &Apache::lonnet::put('email_status',\%temp);      &Apache::lonnet::put('email_status',\%temp);
     &Apache::lonnet::log($env{'user.domain'},      &Apache::lonnet::log($env{'user.domain'},

Removed from v.1.45.2.1  
changed lines
  Added in v.1.45.2.2


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