this was missing in patch #2602633 and broke the unNullify() mechanism

This commit is contained in:
Marc Delisle
2009-03-31 16:38:12 +00:00
parent a9c77afa54
commit c14dcef57f

View File

@@ -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 )