Changeset 2889 for trunk/gsdl


Ignore:
Timestamp:
2001-12-10T13:49:53+13:00 (22 years ago)
Author:
jrm21
Message:

Need to define $outhandle before using it in reclassify.

File:
1 edited

Legend:

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

    r2080 r2889  
    416416    if (!$found)
    417417    {
     418        my $outhandle=$self->{outhandle};
    418419        print $outhandle "Warning: AZCompactList::reclassify ";
    419420        print $outhandle "could not find sub-node for $metavalue with doc_OID $doc_OID\n";
Note: See TracChangeset for help on using the changeset viewer.