mirror of
https://github.com/derf/travelynx
synced 2024-12-12 05:52:33 +00:00
parent
a29568711f
commit
5439dbad34
1 changed files with 1 additions and 1 deletions
|
@ -2790,7 +2790,7 @@ sub startup {
|
||||||
|
|
||||||
my @select
|
my @select
|
||||||
= (
|
= (
|
||||||
qw(journey_id train_type train_line train_no checkin_ts sched_dep_ts real_dep_ts dep_eva checkout_ts sched_arr_ts real_arr_ts arr_eva edited route messages user_data)
|
qw(journey_id train_type train_line train_no checkin_ts sched_dep_ts real_dep_ts dep_eva checkout_ts sched_arr_ts real_arr_ts arr_eva cancelled edited route messages user_data)
|
||||||
);
|
);
|
||||||
my %where = (
|
my %where = (
|
||||||
user_id => $uid,
|
user_id => $uid,
|
||||||
|
|
Loading…
Reference in a new issue