Index: branches/5.2.x/core/units/filters/item_filter_tp.php =================================================================== diff -u -N -r15085 -r15086 --- branches/5.2.x/core/units/filters/item_filter_tp.php (.../item_filter_tp.php) (revision 15085) +++ branches/5.2.x/core/units/filters/item_filter_tp.php (.../item_filter_tp.php) (revision 15086) @@ -91,8 +91,6 @@ // $range_size = ceil( $max_value / $range_count ); // $max_value = $range_size * $range_count; // to compensate diff, created by "ceil" function usage - $formatter_class = $item_list->GetFieldOption($filter_field, 'formatter'); - $options = Array (); $count_clause = ''; $if_clause_mask = 'IF(%s BETWEEN %s AND %s, %s, %%s)';