From c14dcef57f94516fb2fa15b55717dc3df005857b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 31 Mar 2009 16:38:12 +0000 Subject: [PATCH] this was missing in patch #2602633 and broke the unNullify() mechanism --- tbl_change.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_change.php b/tbl_change.php index b454bb6d0..f2739d716 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -393,7 +393,7 @@ foreach ($rows as $row_id => $vrow) { } $unnullify_trigger = $chg_evt_handler . "=\"return unNullify('" - . PMA_escapeJsString($field['Field_html']) . "', '" + . PMA_escapeJsString($field['Field_md5']) . "', '" . PMA_escapeJsString($jsvkey) . "')\""; // Use an MD5 as an array index to avoid having special characters in the name atttibute (see bug #1746964 )