Bug 215729 - "Column 'value' cannot be null" trying to upgrade chart data. Patch by gerv; r,a=justdave.

This commit is contained in:
gerv%gerv.net 2003-09-02 20:13:15 +00:00
Родитель 33203eae13
Коммит 5a92766dc3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3756,7 +3756,7 @@ if (!$series_exists) {
# We prepared this above
$seriesdatasth->execute($seriesids{$field},
$dbh->quote($date),
$fielddata{$date});
$fielddata{$date} || 0);
}
}
}