Ignore:
Timestamp:
2011-07-29T13:18:31+12:00 (13 years ago)
Author:
davidb
Message:

Minor tweak that looked out for 'buildproc' to do the check case-insensitive. This is because some of the extension versions more make better use of capitialization to make filenames more readable, as in AudioBuildproc

File:
1 edited

Legend:

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

    r23561 r24351  
    153153    my $self = shift (@_);
    154154    my ($pluginfo, $base_dir, $processor, $maxdocs) = @_;
    155 
    156155}
    157156
     
    223222
    224223    # This function only makes sense at build-time
    225     return if (ref($processor) !~ /buildproc$/);
     224    return if (ref($processor) !~ /buildproc$/i);
    226225
    227226    # Get the infodbtype value for this collection from the buildproc object
Note: See TracChangeset for help on using the changeset viewer.