--- loncom/lonnet/perl/lonnet.pm 2012/12/31 14:29:21 1.1208 +++ loncom/lonnet/perl/lonnet.pm 2013/01/03 19:58:32 1.1209 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.1208 2012/12/31 14:29:21 raeburn Exp $ +# $Id: lonnet.pm,v 1.1209 2013/01/03 19:58:32 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6893,7 +6893,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; }