X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=reports%2Fdictionary.pl;h=4f94d6944a8b520b89644f8868905f3b280a8781;hb=c15ba915b107621961f145aa46e0ca9869b7c4da;hp=393c91796abe286e35b0c83ffd3181f3db6e76ff;hpb=03890c90ac41f66b2de04d0280e2e96a0d2e8be8;p=koha.git 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 {