Diff for /loncom/configuration/Configuration.pm between versions 1.10 and 1.11

version 1.10, 2003/04/12 02:45:31 version 1.11, 2003/07/22 19:21:10
Line 94  sub read_hosts { Line 94  sub read_hosts {
  {   {
     my @list = @items; # probably not needed but I'm unsure of       my @list = @items; # probably not needed but I'm unsure of 
     # about the scope of item so...      # about the scope of item so...
     $HostsTab{@list[0]} = \@list;       $HostsTab{$list[0]} = \@list; 
  }   }
     }      }
  }   }

Removed from v.1.10  
changed lines
  Added in v.1.11


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