Changeset 12236


Ignore:
Timestamp:
2006-07-17T10:01:21+12:00 (18 years ago)
Author:
kjdon
Message:

replace escaped double quotes with double quotes in format statements

File:
1 edited

Legend:

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

    r11274 r12236  
    482482    # replace \' with '
    483483    $old_format =~ s/\\\'/\'/g;
    484 
     484    # replace \" with "
     485    $old_format =~ s/\\\"/\"/g;
    485486    #convert [] to <gsf:...>
    486487    # assume no nesting {If} or {Or} for now
Note: See TracChangeset for help on using the changeset viewer.