Changeset 7471


Ignore:
Timestamp:
2004-05-27T14:16:16+12:00 (20 years ago)
Author:
kjdon
Message:

added in a replace \' with '

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/bin/script/convert_coll_from_gs2.pl

    r6929 r7471  
    427427sub write_format {
    428428    my ($writer, $old_format) = @_;
     429    # replace \' with '
     430    $old_format =~ s/\\\'/\'/g;
     431
    429432    #convert [] to <gsf:...>
    430433    #remove IFs, for now just make the first option true
Note: See TracChangeset for help on using the changeset viewer.