Ignore:
Timestamp:
2017-05-25T13:21:02+12:00 (7 years ago)
Author:
kjdon
Message:

export.pl has -saveas_options so you can pass in plugout options. added it to import.pl too.

File:
1 edited

Legend:

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

    r31409 r31700  
    671671    my $plugout_name = $plugout->[0];
    672672
    673     if ($inexport_mode eq "export" && defined $saveas_options) {
     673    if (defined $saveas_options) {
    674674    my @user_plugout_options = split(" ", $saveas_options);
    675675    push @$plugout, @user_plugout_options;
Note: See TracChangeset for help on using the changeset viewer.