[LON-CAPA-cvs] cvs: loncom /auth loncacc.pm

raeburn raeburn at source.lon-capa.org
Tue Sep 27 16:28:38 EDT 2011


raeburn		Tue Sep 27 20:28:38 2011 EDT

  Modified files:              
    /loncom/auth	loncacc.pm 
  Log:
  - Key in %env is 'user.update.time' not 'user.updateroles.time'.
  
  
Index: loncom/auth/loncacc.pm
diff -u loncom/auth/loncacc.pm:1.52 loncom/auth/loncacc.pm:1.53
--- loncom/auth/loncacc.pm:1.52	Thu Feb 24 23:42:18 2011
+++ loncom/auth/loncacc.pm	Tue Sep 27 20:28:38 2011
@@ -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 @@
     }
 
     my $then=$env{'user.login.time'};
-    my $update==$env{'user.updateroles.time'};
+    my $update==$env{'user.update.time'};
     if (!$update) {
         $update = $then;
     }




More information about the LON-CAPA-cvs mailing list