# ---------- Add 2 auth_header
$query = '
INSERT INTO auth_header
(authtypecode)
(authtypecode, marcxml)
VALUES (?)';
VALUES (?, "")';
$insert_sth = $dbh->prepare($query);
$insert_sth->execute('authtypecode1');
my $authid1 = $dbh->last_insert_id( undef, undef, 'auth_header', undef );
-