Changeset 847 for trunk


Ignore:
Timestamp:
1999-12-16T16:02:43+13:00 (24 years ago)
Author:
sjboddie
Message:

fixed CVS burp

File:
1 edited

Legend:

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

    r840 r847  
    197197    }
    198198
    199 <<<<<<< GMLPlug.pm
    200     # add the associated files
    201     $assoc_files
    202         = $doc_obj->get_metadata($doc_obj->get_top_section(),
    203                      "gsdlassocfile");
    204     my ($assoc_file_info);
    205     foreach $assoc_file_info (@$assoc_files) {
    206         my ($assoc_file, $mime_type) = split (":", $assoc_file_info);
    207         $doc_obj->associate_file(&util::filename_cat($parent_dir, $assoc_file),
    208                      $assoc_file, $mime_type);
    209 =======
    210199    # add the associated files
    211200    $assoc_files = $doc_obj->get_metadata($doc_obj->get_top_section(), "gsdlassocfile");
     
    216205    $doc_obj->associate_file(&util::filename_cat($parent_dir, $assoc_file),
    217206                 &util::filename_cat($dir, $assoc_file), $mime_type);
    218 >>>>>>> 1.10
    219                  
    220207    }
    221208    $doc_obj->delete_metadata($doc_obj->get_top_section(), "gsdlassocfile");
Note: See TracChangeset for help on using the changeset viewer.