X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Fdictionary.pl;h=96b71e9463b4f393aa63f5232b71767e437609bb;hb=2e0e15485ecae556b77037443af1077291fe3673;hp=aae96c98d8a4539a6125b4a2bec9c26c7882a4fe;hpb=81ee945a580189e79a268f60d9e7638e92e85f26;p=koha_fer diff --git a/reports/dictionary.pl b/reports/dictionary.pl index aae96c98d8..96b71e9463 100755 --- a/reports/dictionary.pl +++ b/reports/dictionary.pl @@ -108,7 +108,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; } @@ -124,7 +124,6 @@ elsif ( $phase eq 'New Term step 4' ) { 'definition_description' => $definition_description, 'columns' => \@column_loop, 'columnstring' => $columnstring, - 'DHTMLcalendar_dateformat' => C4::Dates->DHTMLcalendar(), ); }