Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1172.2.15 and 1.1172.2.16

version 1.1172.2.15, 2012/12/31 14:59:54 version 1.1172.2.16, 2013/01/03 19:59:47
Line 6851  sub constructaccess { Line 6851  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.1172.2.15  
changed lines
  Added in v.1.1172.2.16


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