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

@@ -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 = "''";
}