Do not display functions with enum or set fields types

This commit is contained in:
Loïc Chapeaux
2001-08-19 15:18:02 +00:00
parent 9f031ad790
commit 2f91f66172
2 changed files with 5 additions and 2 deletions

View File

@@ -133,6 +133,8 @@ for ($i = 0; $i < $fields_cnt; $i++) {
&& !empty($data)
&& $cfgProtectBlob == TRUE) {
echo ' <td align="center">' . $strBinary . '</td>' . "\n";
} else if (strstr($row_table_def['True_Type'], 'enum') || strstr($row_table_def['True_Type'], 'set')) {
echo ' <td align="center">--</td>' . "\n";
} else {
?>
<td>