Commit b58af575 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 215729 - "Column 'value' cannot be null" trying to upgrade chart data. Patch…

Bug 215729 - "Column 'value' cannot be null" trying to upgrade chart data. Patch by gerv; r,a=justdave.
parent 4015bef3
...@@ -3756,7 +3756,7 @@ if (!$series_exists) { ...@@ -3756,7 +3756,7 @@ if (!$series_exists) {
# We prepared this above # We prepared this above
$seriesdatasth->execute($seriesids{$field}, $seriesdatasth->execute($seriesids{$field},
$dbh->quote($date), $dbh->quote($date),
$fielddata{$date}); $fielddata{$date} || 0);
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment