diff options
-rwxr-xr-x | checksetup.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl index 35e7f2d39..1052d8f02 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4097,11 +4097,11 @@ if (!$series_exists) { # We need to delete in case the text file had duplicate entries # in it. $deletesth->execute($seriesids{$field}, - $dbh->quote($date)); + $date); # We prepared this above $seriesdatasth->execute($seriesids{$field}, - $dbh->quote($date), + $date, $fielddata{$date} || 0); } } |