Ignore:
Timestamp:
2010-12-14T16:16:48+13:00 (13 years ago)
Author:
davidb
Message:

read_infodb_entry now returns a hashmap directly. Code updated to take advantage of this, and in places where the hashmap is not needed, the alternative read_infodb_rawentry is called.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/doc.pm

    r23413 r23485  
    283283    }
    284284    }
     285
     286    if (!&util::filename_is_absolute($filename)) {
     287    $filename = &util::filename_cat($ENV{'GSDLCOLLECTDIR'},$filename);
     288    }
     289
    285290    return $filename;
    286291}
     
    410415
    411416    if ($use_hash_oid) {
    412         my $hash_on_file = 1;
     417        my $hash_on_file = 0;
    413418        if ($self->{'OIDtype'} eq "hash_on_ga_xml") {
    414419        $hash_on_file = 0;
Note: See TracChangeset for help on using the changeset viewer.