Changeset 29000


Ignore:
Timestamp:
2014-04-28T16:13:40+12:00 (10 years ago)
Author:
ak19
Message:

Minor change to comment of previous commit

File:
1 edited

Legend:

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

    r28999 r29000  
    911911    my $titles = $doc_obj->get_metadata($top_section,"dc.Title");
    912912
    913     # if there are no titles for this document, then use ex.Title as fallback
     913    # if there is no dc.Title for this document, then use ex.Title as fallback
    914914    if(scalar(@$titles) == 0) {
    915915        $titles = $doc_obj->get_metadata($top_section,"Title");
Note: See TracChangeset for help on using the changeset viewer.