Changeset 27957 for main


Ignore:
Timestamp:
2013-08-01T17:44:24+12:00 (11 years ago)
Author:
ak19
Message:

For now, undoing the change made to BasePlugin for the diffcol nightly task. Once all the tutorial collections are passed successfully through diffcol, the model collections can be rebuilt or set up to be rebuilt automatically with the line now commented out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/BasePlugin.pm

    r27949 r27957  
    13021302# in doc.xml. Necessary for the ex.PDF.* and ex.File.* meta that's extracted in
    13031303# the PDFBox collection, as the order of these varies between CentOS and Ubuntu.
    1304     foreach my $field (sort keys(%$metadata)) {
     1304#    foreach my $field (sort keys(%$metadata)) {
     1305    foreach my $field (keys(%$metadata)) {
    13051306    # $metadata->{$field} may be an array reference
    13061307    if ($field eq "gsdlassocfile_tobe") {
Note: See TracChangeset for help on using the changeset viewer.