Ignore:
Timestamp:
2012-10-24T21:23:06+13:00 (11 years ago)
Author:
ak19
Message:

Changes made to dbutil in revision 23485 from almost 2 years ago required a dbutil call to be updated here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/g2f-buildcol.pl

    r26332 r26385  
    318318
    319319        # get value for the key
    320         my $src_rec_string = &dbutil::read_infodb_entry($infodbtype,$building_txt_db, $key);
    321         my $src_rec = &dbutil::convert_infodb_string_to_hash($src_rec_string);
     320        my $src_rec = &dbutil::read_infodb_entry($infodbtype,$building_txt_db, $key);
    322321        my $OID_hash_value = $src_rec->{'section'}->[0];
    323322        $OID_hash_value = "$pid_namespace:$gs_col-".$OID_hash_value; # convert to fedoraPID
Note: See TracChangeset for help on using the changeset viewer.