Changeset 32587 for main/trunk


Ignore:
Timestamp:
2018-11-08T18:55:16+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/plugin.pm

    r32572 r32587  
    204204    # put quotes around each option to the plugin, unless the option is already quoted
    205205    map { $_ = "\"$_\"" unless ($_ =~ m/^\s*\".*\"\s*$/) ; } @$pluginoptions;
    206     my $site_option = $site ? "\"-site_name\",\"$site\"," : "";
     206    my $site_option = $site ? "\"-site\",\"$site\"," : "";
    207207    my $options = "$site_option"."-gs_version,$gs_version,".join (",", @$pluginoptions);   
    208208    if ($globals) {
Note: See TracChangeset for help on using the changeset viewer.