From 7194d91e32c95e54f491d306f4ead1f551f972d0 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 1 Jan 2009 21:44:37 +0000 Subject: [PATCH] notice when inserting a row --- tbl_change.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tbl_change.php b/tbl_change.php index 8ec8025d3..adeb91cb9 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -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