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

(-)a/reports/dictionary.pl (-2 / +1 lines)
Lines 115-121 elsif ($phase eq 'New Term step 4'){ Link Here
115
		if ($type eq 'DATE' || $type eq 'DATETIME'){
115
		if ($type eq 'DATE' || $type eq 'DATETIME'){
116
			$tmp_hash{'date'}=1;
116
			$tmp_hash{'date'}=1;
117
		}
117
		}
118
		if ($type eq 'TEXT'){
118
		if ($type eq 'TEXT' || $type eq 'MEDIUMTEXT'){
119
			$tmp_hash{'text'}=1;
119
			$tmp_hash{'text'}=1;
120
		}
120
		}
121
#		else {
121
#		else {
122
- 

Return to bug 6602