--- loncom/lonnet/perl/lonnet.pm 2012/12/31 14:59:54 1.1172.2.15 +++ loncom/lonnet/perl/lonnet.pm 2013/01/03 19:59:47 1.1172.2.16 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.1172.2.15 2012/12/31 14:59:54 raeburn Exp $ +# $Id: lonnet.pm,v 1.1172.2.16 2013/01/03 19:59:47 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6851,7 +6851,7 @@ sub constructaccess { if (($allowed eq 'F') || ($allowed eq 'U')) { # Grant temporary access my $then=$env{'user.login.time'}; - my $update==$env{'user.update.time'}; + my $update=$env{'user.update.time'}; if (!$update) { $update = $then; } my $refresh=$env{'user.refresh.time'}; if (!$refresh) { $refresh = $update; }