clarify a point
This commit is contained in:
@@ -539,6 +539,7 @@ foreach ($rows as $row_id => $vrow) {
|
|||||||
$default_function = $cfg['DefaultFunctions']['pk_char36'];
|
$default_function = $cfg['DefaultFunctions']['pk_char36'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// this is set only when appropriate and is always true
|
||||||
if (isset($field['display_binary_as_hex'])) {
|
if (isset($field['display_binary_as_hex'])) {
|
||||||
$default_function = 'UNHEX';
|
$default_function = 'UNHEX';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user