--- loncom/configuration/Configuration.pm 2003/04/12 02:45:31 1.10 +++ loncom/configuration/Configuration.pm 2003/07/22 19:21:10 1.11 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Configuration file reader # -# $Id: Configuration.pm,v 1.10 2003/04/12 02:45:31 foxr Exp $ +# $Id: Configuration.pm,v 1.11 2003/07/22 19:21:10 matthew Exp $ # # # Copyright Michigan State University Board of Trustees @@ -34,7 +34,7 @@ package LONCAPA::Configuration; -$VERSION = sprintf("%d.%02d", q$Revision: 1.10 $ =~ /(\d+)\.(\d+)/); +$VERSION = sprintf("%d.%02d", q$Revision: 1.11 $ =~ /(\d+)\.(\d+)/); use strict; @@ -94,7 +94,7 @@ sub read_hosts { { my @list = @items; # probably not needed but I'm unsure of # about the scope of item so... - $HostsTab{@list[0]} = \@list; + $HostsTab{$list[0]} = \@list; } } }