View | Details | Raw Unified | Return to bug 6602
Collapse All | Expand All

(-)a/reports/dictionary.pl (-2 / +1 lines)
Lines 108-114 elsif ( $phase eq 'New Term step 4' ) { Link Here
108
        if ( $type eq 'DATE' || $type eq 'DATETIME' ) {
108
        if ( $type eq 'DATE' || $type eq 'DATETIME' ) {
109
            $tmp_hash{'date'} = 1;
109
            $tmp_hash{'date'} = 1;
110
        }
110
        }
111
        if ( $type eq 'TEXT' ) {
111
        if ($type eq 'TEXT' || $type eq 'MEDIUMTEXT'){
112
            $tmp_hash{'text'} = 1;
112
            $tmp_hash{'text'} = 1;
113
        }
113
        }
114
114
115
- 

Return to bug 6602