diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-04-10 13:00:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-04-10 13:00:20 +0200 |
commit | 5367d716ca7726e522c7dbef0ac548413b0f5f19 (patch) | |
tree | 051605ab6df89268dc9e31414cbd34f7f0652357 /lib/Travel/Status | |
parent | 0e7b91cfc3873d87077bc6c0e36d5dec9133405a (diff) |
URA: Always initialize StopAlso.
Diffstat (limited to 'lib/Travel/Status')
-rw-r--r-- | lib/Travel/Status/DE/URA.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/URA.pm b/lib/Travel/Status/DE/URA.pm index bee4ebf..d6536f2 100644 --- a/lib/Travel/Status/DE/URA.pm +++ b/lib/Travel/Status/DE/URA.pm @@ -53,6 +53,7 @@ sub new { line_id => $opt{line_id}, circle => $opt{circle}, post => { + StopAlso => 'False', # for easier debugging ordered in the returned order ReturnList => 'stoppointname,stopid,latitude,longitude,lineid,' |