diff --git a/reports/dictionary.pl b/reports/dictionary.pl index 393c91796a..4f94d6944a 100755 --- a/reports/dictionary.pl +++ b/reports/dictionary.pl @@ -115,7 +115,7 @@ elsif ($phase eq 'New Term step 4'){ if ($type eq 'DATE' || $type eq 'DATETIME'){ $tmp_hash{'date'}=1; } - if ($type eq 'TEXT'){ + if ($type eq 'TEXT' || $type eq 'MEDIUMTEXT'){ $tmp_hash{'text'}=1; } # else {