Changeset 12979


Ignore:
Timestamp:
2006-10-03T14:44:03+13:00 (18 years ago)
Author:
kjdon
Message:

if SearchVLIst not there, then look for a VLIst and output that as the search format

File:
1 edited

Legend:

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

    r12678 r12979  
    222222    $collwriter->endTag('format');
    223223    }
     224    elsif (defined $format->{'VList'}) {
     225    $collwriter->startTag('format');
     226    write_format($collwriter, $format->{'VList'}, "document");
     227    $collwriter->endTag('format');
     228    }   
    224229   
    225230    $collwriter->endTag('search');
Note: See TracChangeset for help on using the changeset viewer.