diff --git a/libraries/export/texytext.php b/libraries/export/texytext.php index d24a8b225d..517a018ebd 100644 --- a/libraries/export/texytext.php +++ b/libraries/export/texytext.php @@ -253,7 +253,7 @@ if (isset($plugin_list)) { $text_output = ''; - $extracted_fieldspec = PMA_extractFieldSpec($row['Type']); + $extracted_fieldspec = PMA_extractFieldSpec($column['Type']); $type = $extracted_fieldspec['print_type']; if (empty($type)) { $type = ' ';