bug #1690561 Blobs being cleared on Edit of row

This commit is contained in:
Sebastian Mendel
2007-03-29 13:52:26 +00:00
parent c12e5d2208
commit 120f91ff6f
2 changed files with 3 additions and 0 deletions

View File

@@ -190,6 +190,8 @@ if (false === $valid_file_was_uploaded) {
if (! empty($prot_row[$key])) {
$val = '0x' . bin2hex($prot_row[$key]);
$seen_binary = true;
} else {
$val = '';
}
break;