Ignore:
Timestamp:
2013-03-04T17:25:51+13:00 (11 years ago)
Author:
ak19
Message:

First commit for RSS support: copying rss-items.rdf file across from archives to building, so that eventually it will be copied into the index dir as is required.

File:
1 edited

Legend:

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

    r26973 r26976  
    18431843    my ($colgroup, $collection) = &util::get_collection_parts($qualified_collection);   
    18441844   
    1845     if (defined $collect_dir) {
     1845    if (defined $collect_dir && $collect_dir) { # ensure not empty string either
    18461846        return &util::filename_cat($collect_dir,$colgroup, $collection);
    18471847    }
Note: See TracChangeset for help on using the changeset viewer.