1151 |
my $sth = $dbh->prepare("UPDATE import_records SET marc = ?, marcxml = ? |
1151 |
my $sth = $dbh->prepare("UPDATE import_records SET marc = ?, marcxml = ? |
1153 |
$sth->execute($marc_record->as_usmarc(), $marc_record->as_xml(), $import_record_id); |
1153 |
$sth->execute($marc_record->as_usmarc(), $marc_record->as_xml(C4::Context->preference('marcflavour')), $import_record_id); |