Changeset 16954 for gsdl/trunk/perllib


Ignore:
Timestamp:
2008-08-21T16:32:58+12:00 (16 years ago)
Author:
ak19
Message:

Minor edit since a subroutine has been renamed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/ConvertBinaryFile.pm

    r16922 r16954  
    483483    # this should be the same filename that was used for the Source and SourceFile metadata,
    484484    # as we will use [SourceFile] in the srclink
    485     $assocfilename = $doc_obj->assocfile_from_sourcefile(); #($assocfilename) = $file =~ /([^\\\/]+)$/;
     485    $assocfilename = $doc_obj->get_assocfile_from_sourcefile();
    486486    }
    487487    $doc_obj->associate_file($filename, $assocfilename, undef, $cursection);
Note: See TracChangeset for help on using the changeset viewer.