Changeset 26251


Ignore:
Timestamp:
2012-09-25T15:42:55+12:00 (12 years ago)
Author:
kjdon
Message:

abstracts are in an abstracts folder, need to take this off the path for meta.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-cols/niupepa/perllib/plugins/AbstractPlugin.pm

    r26244 r26251  
    6060    $doc_obj->set_OID ($OID);
    6161    print STDERR "set oid $OID\n";
    62     my ($full_dir) = $filename_full_path =~ /^(.*?)([^\/\\]*)$/;
     62    my ($full_dir) = $filename_full_path =~ /^(.*?)abstracts[\\\/]([^\/\\]*)$/;
    6363    # set metadata from meta.txt
    6464    &niupepautil::set_main_metadata($doc_obj, $full_dir, $self->{'verbosity'});
Note: See TracChangeset for help on using the changeset viewer.