1637 |
# FIXME no controlnumber, originalsource |
1637 |
# FIXME no controlnumber, originalsource |
1639 |
my $sth = $dbh->prepare("INSERT INTO import_biblios (import_record_id, title, author, isbn, issn) VALUES (?, ?, ?, ?, ?)"); |
1639 |
my $sth = $dbh->prepare("INSERT INTO import_biblios (import_record_id, title, author, isbn, issn) VALUES (?, ?, ?, ?, ?)"); |
1640 |
$sth->execute($import_record_id, $title, $author, $isbn, $issn); |
1640 |
$sth->execute($import_record_id, $title, $author, $isbn, $issn) or die $sth->errstr; |