Ignore:
Timestamp:
2014-05-01T18:25:31+12:00 (10 years ago)
Author:
ak19
Message:

Following Dr Bainbridge's suggestion on determining a document's title which forms the anchor text for its RSS link.

File:
1 edited

Legend:

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

    r28705 r29013  
    633633        # If a plugout was specified in the collect.cfg file, assume it is sensible
    634634        # We can't check the name because it could be anything, if it is a custom plugout
    635         print STDERR "Using plugout specified in collect.cfg: $collectcfg->{'plugout'}\n";
     635        print STDERR "Using plugout specified in collect.cfg: ".join(' ', @{$collectcfg->{'plugout'}})."\n";
    636636        $plugout = $collectcfg->{'plugout'};
    637637    }
Note: See TracChangeset for help on using the changeset viewer.