fix typo...

This commit is contained in:
Michal Čihař 2003-04-17 15:53:39 +00:00
parent b640ff2a96
commit 6795932dfe
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-04-17 Michal Cihar <nijel@users.sourceforge.net>
* tbl_replace_fields.php3: Fix typo.
2003-04-17 Garvin Hicking <me@supergarv.de>
* tbl_replace_fields.php3: Use $encoded_key instead of $key to
detect changes in BLOB fields with a special name.

View File

@ -165,7 +165,7 @@ if (!$check_stop) {
if (isset($fieldlist)) {
if (isset($prot_row) && isset($prot_row[$key]) && $prot_row[$key] != '') {
$val = '0x' . bin2hex($prot_row[$key]);
$see_binary = true;
$seen_binary = TRUE;
} else {
$val = "''";
}