Changeset 12619


Ignore:
Timestamp:
2006-08-30T16:35:21+12:00 (18 years ago)
Author:
kjdon
Message:

it seems that when I added in the option OIDmetadata, I didn't actually pass it to anything :-(

File:
1 edited

Legend:

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

    r12545 r12619  
    394394    }
    395395    }
    396 
    397396     
    398397    if ($saveas !~ /^(GA|METS)$/) {
     
    507506        $processor->setoutputdir ($archivedir);
    508507        $processor->set_sortmeta ($sortmeta, $removeprefix, $removesuffix) if defined $sortmeta;
    509     $processor->set_OIDtype ($OIDtype);
     508    $processor->set_OIDtype ($OIDtype, $OIDmetadata);
    510509
    511510
Note: See TracChangeset for help on using the changeset viewer.