Changeset 12969


Ignore:
Timestamp:
2006-10-03T11:58:25+13:00 (18 years ago)
Author:
kjdon
Message:

only do the timestamp thing if incremental is set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/RecPlug.pm

    r12169 r12969  
    164164    my $proc_package_name = ref $processor;
    165165
    166     if ($proc_package_name !~ /buildproc$/) {
    167 
    168     # Only lookup timestamp info for import.pl
     166    if ($proc_package_name !~ /buildproc$/ && $self->{'incremental'} == 1) {
     167
     168    # Only lookup timestamp info for import.pl, and only if incremental is set
    169169
    170170    my $output_dir = $processor->getoutputdir();
Note: See TracChangeset for help on using the changeset viewer.