Changeset 27511 for main/trunk


Ignore:
Timestamp:
2013-05-30T09:55:24+12:00 (11 years ago)
Author:
kjdon
Message:

pass in file handle as a reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm

    r27505 r27511  
    857857        print $rss_fh "   <link>_httpdomain__httpcollection_/document/$oid</link>\n";
    858858        print $rss_fh "</item>\n";
    859         &FileUtils::closeFileHandle($rss_filename, $rss_fh);
     859        &FileUtils::closeFileHandle($rss_filename, \$rss_fh);
    860860    }
    861861    else {
Note: See TracChangeset for help on using the changeset viewer.