Changeset 26695 for gs3-extensions


Ignore:
Timestamp:
2013-01-11T18:29:16+13:00 (11 years ago)
Author:
davidb
Message:

Made a change so that this module will only write out the assocfilepath annotation if an assocfilepath value has been passed to the saveFrame subroutine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/html-to-expeditee/trunk/src/perllib/ExpediteeFrameIO.pm

    r26597 r26695  
    499499    binmode(FOUT,":utf8");
    500500   
    501 
    502     $self->writeAssocFilePath($assoc);                      #write assocfilepath out to frame.
     501    if(defined $assoc){
     502        $self->writeAssocFilePath($assoc);      #write assocfilepath out to frame.
     503    }
    503504   
    504505    $self->writeHeaderSection();
Note: See TracChangeset for help on using the changeset viewer.