Ignore:
Timestamp:
2018-10-25T19:35:32+13:00 (5 years ago)
Author:
ak19
Message:

Modified BasePlugout so that plugouts now take the site_name parameter, needed by GreenstoneSQLPlugout. Similar changes were made in the previous commit for plugins, where GreenstoneSQLPlugin needed to have access to site_name. In both cases, for GS2, the site_name (and hence SQL database name) is greenstone2.

File:
1 edited

Legend:

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

    r32539 r32540  
    680680    push @$plugout,("-gzip_output")                if ($gzip);
    681681    push @$plugout,("-output_handle",$out)         if (defined $out);
     682    push @$plugout,("-site_name",$self->{'site'})  if (defined $self->{'site'});
    682683
    683684    push @$plugout,("-xslt_file",$xsltfile)        if (defined $xsltfile && $xsltfile ne "");
Note: See TracChangeset for help on using the changeset viewer.