Commit 64af46a2 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

remove AC description tag

parent 69c8235d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -107,7 +107,6 @@ sub parse_type {

	if ( $type =~ m{p} ) {
		$self->{has_ac} = 1;
		push( @desc, 'klimatisiert' );
		push( @desc, 'Großraum' );
	}

@@ -118,14 +117,12 @@ sub parse_type {
	if ( $type =~ m{v} ) {
		$self->{has_ac}           = 1;
		$self->{has_compartments} = 1;
		push( @desc, 'klimatisiert' );
		push( @desc, 'Abteil' );
	}

	if ( $type =~ m{w} ) {
		$self->{has_ac}           = 1;
		$self->{has_compartments} = 1;
		push( @desc, 'klimatisiert' );
		push( @desc, 'Abteil' );
	}