[LON-CAPA-cvs] cvs: loncom /lonnet/perl lonnet.pm

raeburn raeburn at source.lon-capa.org
Thu Jan 3 14:58:32 EST 2013


raeburn		Thu Jan  3 19:58:32 2013 EDT

  Modified files:              
    /loncom/lonnet/perl	lonnet.pm 
  Log:
  - Fix typo inherited from loncacc.pm rev. 1.52.
  
  
Index: loncom/lonnet/perl/lonnet.pm
diff -u loncom/lonnet/perl/lonnet.pm:1.1208 loncom/lonnet/perl/lonnet.pm:1.1209
--- loncom/lonnet/perl/lonnet.pm:1.1208	Mon Dec 31 14:29:21 2012
+++ loncom/lonnet/perl/lonnet.pm	Thu Jan  3 19:58:32 2013
@@ -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 @@
     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; }




More information about the LON-CAPA-cvs mailing list