Changeset 9204


Ignore:
Timestamp:
2005-02-28T12:04:58+13:00 (19 years ago)
Author:
davidb
Message:

Fixed typo (@ should have been $) in access to perl array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/AZList.pm

    r9064 r9204  
    268268    if ((scalar @tmparr) == 1) {
    269269    $classifyinfo->{'childtype'} = "Vlist";
    270     foreach my $OID (@{$classhash->{@tmparr[0]}}) {
     270    foreach my $OID (@{$classhash->{$tmparr[0]}}) {
    271271        push (@{$classifyinfo->{'contains'}}, {'OID'=>$OID});
    272272    }
Note: See TracChangeset for help on using the changeset viewer.