notice when inserting a row

This commit is contained in:
Marc Delisle
2009-01-01 21:44:37 +00:00
parent 3850f6cea8
commit 3b4ffa2eff

View File

@@ -417,6 +417,7 @@ foreach ($rows as $row_id => $vrow) {
// Prepares the field value
$real_null_value = FALSE;
$special_chars_encoded = '';
if (isset($vrow)) {
// On a BLOB that can have a NULL value, the is_null() returns
// true if it has no content but for me this is different than