clarify a point

This commit is contained in:
Marc Delisle
2009-09-16 10:32:07 +00:00
parent 93240e99f4
commit 80883af523

View File

@@ -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';
}