TT#155901 LGI EDR: fix exporting updateprofile events

Change-Id: I79fcbda6cc21f8e501d1ac61556c5ba7f383d355
(cherry picked from commit f53d04930c)
mr7.5.5
Rene Krenn 4 years ago
parent 8b70b90d1a
commit 9979d7067f

@ -206,7 +206,7 @@ sub _get_period_event_rows {
$context->{subscriber_id},
$profile_id,
datetime_to_string(from_epoch($profile_events->{start}->{timestamp})),
join(",",map { datetime_to_string(from_epoch($_)); } @{$profile_events->{update}}),
join(",",map { datetime_to_string(from_epoch($_->{timestamp})); } @{$profile_events->{update}}),
(defined $profile_events->{stop} ? datetime_to_string(from_epoch($profile_events->{stop}->{timestamp})) : undef),
]);
}

Loading…
Cancel
Save