Changeset 30597 for main/trunk/greenstone2/perllib/plugin.pm
- Timestamp:
- 2016-07-01T20:31:42+12:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/plugin.pm
r28211 r30597 255 255 # that this file is used in (note in most cases, it's just one OID) 256 256 257 $file= &util::abspath_to_placeholders($file);258 my $src_rec = &dbutil::read_infodb_entry($infodbtype, $arcinfo_src_filename, $file );257 my $file_with_placeholders = &util::abspath_to_placeholders($file); 258 my $src_rec = &dbutil::read_infodb_entry($infodbtype, $arcinfo_src_filename, $file_with_placeholders); 259 259 my $oids = $src_rec->{'oid'}; 260 260 my $rv;
Note:
See TracChangeset
for help on using the changeset viewer.