Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1208 and 1.1209

version 1.1208, 2012/12/31 14:29:21 version 1.1209, 2013/01/03 19:58:32
Line 6893  sub constructaccess { Line 6893  sub constructaccess {
     if (($allowed eq 'F') || ($allowed eq 'U')) {      if (($allowed eq 'F') || ($allowed eq 'U')) {
 # Grant temporary access  # Grant temporary access
         my $then=$env{'user.login.time'};          my $then=$env{'user.login.time'};
         my $update==$env{'user.update.time'};          my $update=$env{'user.update.time'};
         if (!$update) { $update = $then; }          if (!$update) { $update = $then; }
         my $refresh=$env{'user.refresh.time'};          my $refresh=$env{'user.refresh.time'};
         if (!$refresh) { $refresh = $update; }          if (!$refresh) { $refresh = $update; }

Removed from v.1.1208  
changed lines
  Added in v.1.1209


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