Changeset 9322


Ignore:
Timestamp:
2005-03-08T16:24:23+13:00 (19 years ago)
Author:
davidb
Message:

Typo detected in code: mistakenly sets childtype of Vlist not VList. This
resulted in the failure of the right VList statement being applied to
classifier lists built using AZList. Line corrected to VList.

File:
1 edited

Legend:

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

    r9204 r9322  
    267267    #if there is only one entry here, we suppress the buckets
    268268    if ((scalar @tmparr) == 1) {
    269     $classifyinfo->{'childtype'} = "Vlist";
     269    $classifyinfo->{'childtype'} = "VList";
    270270    foreach my $OID (@{$classhash->{$tmparr[0]}}) {
    271271        push (@{$classifyinfo->{'contains'}}, {'OID'=>$OID});
Note: See TracChangeset for help on using the changeset viewer.