--- loncom/auth/loncacc.pm 2011/02/24 23:42:18 1.52 +++ loncom/auth/loncacc.pm 2011/09/27 20:28:38 1.53 @@ -2,7 +2,7 @@ # Cookie Based Access Handler for Construction Area # (lonacc: 5/21/99,5/22,5/29,5/31 Gerd Kortemeyer) # -# $Id: loncacc.pm,v 1.52 2011/02/24 23:42:18 raeburn Exp $ +# $Id: loncacc.pm,v 1.53 2011/09/27 20:28:38 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -119,7 +119,7 @@ sub constructaccess { } my $then=$env{'user.login.time'}; - my $update==$env{'user.updateroles.time'}; + my $update==$env{'user.update.time'}; if (!$update) { $update = $then; }