Ignore:
Timestamp:
2011-05-19T14:56:50+12:00 (13 years ago)
Author:
sjm84
Message:

Making the use of <store_metadata_coverage value="true"/> possible in collectionConfig.xml files

File:
1 edited

Legend:

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

    r23895 r24055  
    172172      $data->{'buildtype'} = $type;
    173173    }
     174   
     175    elsif ($element eq "store_metadata_coverage")
     176    {
     177        print STDERR "*&*&*&*&*& HERE &*&*&*&*&*&*";
     178      $data->{'store_metadata_coverage'} = $value;
     179    }
    174180
    175181    #@ Handling searchtype: plain,form; arrayexp
Note: See TracChangeset for help on using the changeset viewer.