Changeset 23494 for main


Ignore:
Timestamp:
2010-12-16T13:09:40+13:00 (13 years ago)
Author:
davidb
Message:

Incorrectly commited a version with hash_on_file initialized to 0, when it should be 1

File:
1 edited

Legend:

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

    r23485 r23494  
    415415
    416416    if ($use_hash_oid) {
    417         my $hash_on_file = 0;
     417        my $hash_on_file = 1;
    418418        if ($self->{'OIDtype'} eq "hash_on_ga_xml") {
    419419        $hash_on_file = 0;
Note: See TracChangeset for help on using the changeset viewer.