Changeset 23482 for main


Ignore:
Timestamp:
2010-12-14T14:38:55+13:00 (13 years ago)
Author:
davidb
Message:

infodb_read_entry no longer needs to convert string to hash as this is now done inside the routine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/cgi-bin/talkback-transfer.pl

    r23177 r23482  
    6565    = &dbutil::get_infodb_file_path($infodb_type, "archiveinf-doc",
    6666                    $archive_dir);
    67     my $doc_rec_string
     67    my $doc_rec
    6868    = &dbutil::read_infodb_entry($infodb_type, $arcinfo_doc_filename,
    6969                     $docid);
    70     my $doc_rec = &dbutil::convert_infodb_string_to_hash($doc_rec_string);   
     70
    7171    my $doc_xml_file = $doc_rec->{'doc-file'}->[0];
    7272    my $assoc_path = dirname($doc_xml_file);
Note: See TracChangeset for help on using the changeset viewer.