From 3b4ffa2effbc35952e40c7d0e78471c66fd3ecb0 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 cf97323f6..b829e3dbb 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -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