fix typo...
This commit is contained in:
parent
b640ff2a96
commit
6795932dfe
@ -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.
|
||||
|
||||
@ -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 = "''";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user