Loading lib/WWW/Efa.pm +87 −87 Original line number Diff line number Diff line Loading @@ -171,6 +171,7 @@ sub post_place { sub create_post { my ($conf) = @_; my @now = localtime(time()); my $post = { changeSpeed => "normal", command => "", Loading @@ -190,9 +191,9 @@ sub create_post { inclMOT_9 => "on", includedMeans => "checkbox", itOptionsActive => 1, itdDateDay => "03", itdDateMonth => 12, itdDateYear => 10, itdDateDay => $now[3], itdDateMonth => $now[4] + 1, itdDateYear => $now[5] + 1900, itdLPxx_ShowFare => " ", itdLPxx_command => "", itdLPxx_enableMobilityRestrictionOptionsWithButton => "", Loading @@ -211,8 +212,8 @@ sub create_post { itdLPxx_priceCalculator => "", itdLPxx_transpCompany => "vrr", itdLPxx_view => "", itdTimeHour => 23, itdTimeMinute => 38, itdTimeHour => $now[2], itdTimeMinute => $now[1], itdTripDateTimeDepArr => "dep", language => "de", lineRestriction => 403, Loading Loading @@ -261,7 +262,6 @@ sub create_post { post_place($post, 'origin', @{$conf->{'from'}}); post_place($post, 'destination', @{$conf->{'to'}}); if ($conf->{'via'}) { Loading Loading
lib/WWW/Efa.pm +87 −87 Original line number Diff line number Diff line Loading @@ -171,6 +171,7 @@ sub post_place { sub create_post { my ($conf) = @_; my @now = localtime(time()); my $post = { changeSpeed => "normal", command => "", Loading @@ -190,9 +191,9 @@ sub create_post { inclMOT_9 => "on", includedMeans => "checkbox", itOptionsActive => 1, itdDateDay => "03", itdDateMonth => 12, itdDateYear => 10, itdDateDay => $now[3], itdDateMonth => $now[4] + 1, itdDateYear => $now[5] + 1900, itdLPxx_ShowFare => " ", itdLPxx_command => "", itdLPxx_enableMobilityRestrictionOptionsWithButton => "", Loading @@ -211,8 +212,8 @@ sub create_post { itdLPxx_priceCalculator => "", itdLPxx_transpCompany => "vrr", itdLPxx_view => "", itdTimeHour => 23, itdTimeMinute => 38, itdTimeHour => $now[2], itdTimeMinute => $now[1], itdTripDateTimeDepArr => "dep", language => "de", lineRestriction => 403, Loading Loading @@ -261,7 +262,6 @@ sub create_post { post_place($post, 'origin', @{$conf->{'from'}}); post_place($post, 'destination', @{$conf->{'to'}}); if ($conf->{'via'}) { Loading