serial = ?,
seriestitle = ?,
copyrightdate = ?,
abstract = ?
abstract = ?,
timestamp = NOW()
WHERE biblionumber = ?
"
;
cn_sort = ?,
totalissues = ?,
ean = ?,
agerestriction = ?
agerestriction = ?,
where biblioitemnumber = ?
";
my $sth = $dbh->prepare($query);
-