diff --git a/tbl_change.php b/tbl_change.php index 8a987ccfa..083a6f356 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -539,6 +539,7 @@ foreach ($rows as $row_id => $vrow) { $default_function = $cfg['DefaultFunctions']['pk_char36']; } + // this is set only when appropriate and is always true if (isset($field['display_binary_as_hex'])) { $default_function = 'UNHEX'; }