Ignore:
Timestamp:
2005-05-10T16:55:00+12:00 (19 years ago)
Author:
kjdon
Message:

fixed up maxdocs - now pass an extra parameter to the read function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/mgbuilder.pm

    r9669 r9853  
    278278           $self->{'buildproc'}, $self->{'maxdocs'});
    279279    &plugin::read ($self->{'pluginfo'}, $self->{'source_dir'},
    280            "", {}, $self->{'buildproc'}, $self->{'maxdocs'});
     280           "", {}, $self->{'buildproc'}, $self->{'maxdocs'}, 0, $self->{'gli'});
    281281    &plugin::end($self->{'pluginfo'});
    282282   
     
    316316
    317317    &plugin::read ($self->{'pluginfo'}, $self->{'source_dir'},
    318            "", {}, $self->{'buildproc'}, $self->{'maxdocs'});
     318           "", {}, $self->{'buildproc'}, $self->{'maxdocs'}, 0, $self->{'gli'});
    319319
    320320    close ($handle) unless $self->{'debug'};
     
    605605    $self->{'buildproc'}->reset();
    606606    &plugin::read ($self->{'pluginfo'}, $self->{'source_dir'},
    607            "", {}, $self->{'buildproc'}, $self->{'maxdocs'});
     607           "", {}, $self->{'buildproc'}, $self->{'maxdocs'},0, $self->{'gli'});
    608608    close ($handle) unless $self->{'debug'};
    609609
     
    639639    $self->{'buildproc'}->reset();
    640640    &plugin::read ($self->{'pluginfo'}, $self->{'source_dir'},
    641            "", {}, $self->{'buildproc'}, $self->{'maxdocs'});
     641           "", {}, $self->{'buildproc'}, $self->{'maxdocs'},0, $self->{'gli'});
    642642
    643643   
     
    810810   
    811811    &plugin::read ($self->{'pluginfo'}, $self->{'source_dir'},
    812            "", {}, $self->{'buildproc'}, $self->{'maxdocs'});
     812           "", {}, $self->{'buildproc'}, $self->{'maxdocs'},0, $self->{'gli'});
    813813   
    814814    # output classification information
Note: See TracChangeset for help on using the changeset viewer.