notice when inserting a row
This commit is contained in:
@@ -418,6 +418,7 @@ foreach ($rows as $row_id => $vrow) {
|
|||||||
|
|
||||||
// Prepares the field value
|
// Prepares the field value
|
||||||
$real_null_value = FALSE;
|
$real_null_value = FALSE;
|
||||||
|
$special_chars_encoded = '';
|
||||||
if (isset($vrow)) {
|
if (isset($vrow)) {
|
||||||
// On a BLOB that can have a NULL value, the is_null() returns
|
// 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
|
// true if it has no content but for me this is different than
|
||||||
|
Reference in New Issue
Block a user