Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1487 and 1.1489

version 1.1487, 2022/06/08 20:49:09 version 1.1489, 2022/09/08 01:41:15
Line 4918  sub get_scantronformat_file { Line 4918  sub get_scantronformat_file {
                 close($fh);                  close($fh);
             }              }
         }          }
           chomp(@lines);
     }      }
     return @lines;      return @lines;
 }  }
Line 7933  sub usertools_access { Line 7934  sub usertools_access {
                       blog      => 1,                        blog      => 1,
                       webdav    => 1,                        webdav    => 1,
                       portfolio => 1,                        portfolio => 1,
                         timezone  => 1,
                  );                   );
     }      }
     return if (!defined($tools{$tool}));      return if (!defined($tools{$tool}));

Removed from v.1.1487  
changed lines
  Added in v.1.1489


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>