Changeset 9235


Ignore:
Timestamp:
2005-03-01T15:38:24+13:00 (19 years ago)
Author:
davidb
Message:

Don't want to -removeold if working with an explicit export directory on
second, thrid ... collection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/export.pl

    r9233 r9235  
    213213    $sortmeta = undef;
    214214
     215    my $explicit_exportdir = (defined $exportdir) ? 1 : 0;
     216
    215217    # If $language has been specified, load the appropriate resource bundle
    216218    # (Otherwise, the default resource bundle will be loaded automatically)
     
    449451##  $ENV{'GSDLCOLLECTION'} = undef;
    450452    $importdir = "";
    451     $removeold = 0;
     453    $removeold = 0 if ($explicit_exportdir);
    452454
    453455    }
Note: See TracChangeset for help on using the changeset viewer.