Changeset 32532


Ignore:
Timestamp:
2018-10-23T17:23:03+13:00 (5 years ago)
Author:
ak19
Message:

Correction to changes: recursive call in docprint should still be passing around options map. Otherwise, when using GS SQL Plugout, we end up with meta and text of subsections always still being written out to doc.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/docprint.pm

    r32518 r32532  
    9292    # output all the subsections
    9393    foreach my $subsection (@{$section_ptr->{'subsection_order'}}) {
    94     $all_text .= &recursive_get_section_xml($doc_obj, "$section.$subsection");
     94    $all_text .= &recursive_get_section_xml($doc_obj, "$section.$subsection", $options);
    9595    }
    9696   
Note: See TracChangeset for help on using the changeset viewer.