';
} else if (isset($primary_key)) {
$special_chars = 'NULL';
$data = '';
$backup_field = '';
} else {
$special_chars = '';
$data = '';
$backup_field = '';
}
// Change by Bernard M. Piller
// We don't want binary data to be destroyed
// Note: from the MySQL manual: "BINARY doesn't affect how the column is
// stored or retrieved" so it does not mean that the contents is
// binary
if ((($cfgProtectBinary && $is_blob)
|| ($cfgProtectBinary == 'all' && $is_binary))
&& !empty($data)) {
echo '