Changeset 23042


Ignore:
Timestamp:
2010-10-05T14:53:52+13:00 (14 years ago)
Author:
ak19
Message:

Kathy fixed a cut and paste error that prevented the depositor from importing newly added files.

File:
1 edited

Legend:

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

    r22986 r23042  
    110110    open (OUT, ">$out") ||
    111111        (&gsprintf(STDERR, "{common.cannot_open_output_file}: $!\n", $out) && die);
    112     $out = 'import::OUT';
     112    $out = 'inexport::OUT';
    113113    $self->{'close_out'} = 1;
    114114    }
     
    732732    if ($statsfile !~ /^(STDERR|STDOUT)$/i) {
    733733        if (open (STATS, ">$statsfile")) {
    734         $statsfile = 'import::STATS';
     734        $statsfile = 'inexport::STATS';
    735735        $close_stats = 1;
    736736        } else {
Note: See TracChangeset for help on using the changeset viewer.