notice when inserting a row

This commit is contained in:
Marc Delisle
2009-01-01 21:44:37 +00:00
parent c010da50d8
commit 7194d91e32

View File

@@ -418,6 +418,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