Ignore:
Timestamp:
2018-11-08T18:54:56+13:00 (5 years ago)
Author:
ak19
Message:

Renaming 'site_name' parameter used by GS SQL Plugout and Plugin to 'site' for consistency with existing uses of site.

File:
1 edited

Legend:

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

    r32563 r32586  
    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'});
     682    push @$plugout,("-site",$self->{'site'})  if (defined $self->{'site'});
    683683
    684684    push @$plugout,("-xslt_file",$xsltfile)        if (defined $xsltfile && $xsltfile ne "");
Note: See TracChangeset for help on using the changeset viewer.