Changeset 24697 for gs2-extensions


Ignore:
Timestamp:
2011-09-30T14:28:45+13:00 (13 years ago)
Author:
jmt12
Message:

Adding in a defined test on complex_meta to prevent a Perl warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/perllib/inexport.pm

    r24686 r24697  
    707707      # the global file scan) we need to at least scan the directory of the
    708708      # files being indexed/reindexed. [jmt12]
    709       if ($collectcfg->{'complexmeta'} ne 'true')
     709      if (!defined $collectcfg->{'complexmeta'} || $collectcfg->{'complexmeta'} ne 'true')
    710710      {
    711711        my @all_files_to_import = (keys %{$block_hash->{'reindex_files'}}, keys %{$block_hash->{'new_files'}});
Note: See TracChangeset for help on using the changeset viewer.