better logic for displaying upload query

This commit is contained in:
Marc Delisle
2003-02-05 11:02:18 +00:00
parent 627bc42087
commit e56dc294be
3 changed files with 11 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
// into MySQL and it also allow not to care about charset
// conversion that would otherwise corrupt the data.
$val = '0x' . bin2hex($val);
$seen_binary = TRUE;
} else {
// must always add slashes for an uploaded file:
// - do not use PMA_sqlAddslashes()