Loading lib/Travel/Status/DE/HAFAS/Services.pm.PL +6 −1 Original line number Diff line number Diff line Loading @@ -46,8 +46,13 @@ sub load_instance { for ( 1 .. $skipped ) { push( @{ $ret{productbits} }, [ "_", undef ] ); } if ( $p->{name} ) { push( @{ $ret{productbits} }, [ $p->{id}, $p->{name} ] ); } else { push( @{ $ret{productbits} }, $p->{id} ); } } else { $skipped += 1; } Loading Loading
lib/Travel/Status/DE/HAFAS/Services.pm.PL +6 −1 Original line number Diff line number Diff line Loading @@ -46,8 +46,13 @@ sub load_instance { for ( 1 .. $skipped ) { push( @{ $ret{productbits} }, [ "_", undef ] ); } if ( $p->{name} ) { push( @{ $ret{productbits} }, [ $p->{id}, $p->{name} ] ); } else { push( @{ $ret{productbits} }, $p->{id} ); } } else { $skipped += 1; } Loading