Changeset 5642 for trunk


Ignore:
Timestamp:
2003-10-15T15:52:03+13:00 (21 years ago)
Author:
kjdon
Message:

fixed another bit of bug related to subcolls with mgpp

File:
1 edited

Legend:

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

    r4811 r5642  
    543543
    544544    # get the parameters for the output
    545     my ($fields) = $self->{'index'};
     545    # split on : just in case there is subcoll and lang stuff
     546    my ($fields) = split (/:/, $self->{'index'});
    546547
    547548    my ($documenttag) = "";
Note: See TracChangeset for help on using the changeset viewer.