Ignore:
Timestamp:
2009-08-28T12:05:38+12:00 (15 years ago)
Author:
kjdon
Message:

strip off ex. before retrieving metadata for indexing. ex. now valid in collect.cfg

File:
1 edited

Legend:

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

    r17797 r20419  
    326326            }
    327327            else {
     328            $submeta =~ s/^ex\.//; #strip off ex.
    328329            # its a metadata element
    329330            my @section_metadata = @{$doc_obj->get_metadata ($section, $submeta)};
Note: See TracChangeset for help on using the changeset viewer.