Changeset 23562
- Timestamp:
- 2011-01-13T11:50:55+13:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/doc.pm
r23494 r23562 415 415 416 416 if ($use_hash_oid) { 417 my $hash_on_file = 1; 417 my $hash_on_file = 1; 418 418 if ($self->{'OIDtype'} eq "hash_on_ga_xml") { 419 419 $hash_on_file = 0; … … 422 422 # "hash" OID - feed file to hashfile.exe 423 423 my $filename = $self->get_filename_for_hashing(); 424 424 425 425 # -z: don't want to hash on the file if it is zero size 426 426 if (defined($filename) && -e $filename && !-z $filename) { … … 863 863 my $section_ptr = $self->_lookup_section($section); 864 864 if (!defined $section_ptr) { 865 print STDERR "doc::delete_metadata couldn't find section ", $section, " \n";865 print STDERR "doc::delete_metadata couldn't find section ", $section, "$field\n"; 866 866 return; 867 867 }
Note:
See TracChangeset
for help on using the changeset viewer.