Bug fixes: sticky delta time and dropped 1st entry.
Make the delta time interval sticky in the form where the workflow is launched. Also, fix a bug where the first line of data is dropped because the statement handle was read twice.
This commit is contained in:
parent
92841f2bf5
commit
aa6367d459
2 changed files with 1 additions and 2 deletions
|
|
@ -101,7 +101,6 @@ sub execute {
|
|||
else {
|
||||
$sth = $session->db->read($passive);
|
||||
my $logLine = $sth->hashRef();
|
||||
$logLine = $sth->hashRef();
|
||||
$lastUserId = $logLine->{userId};
|
||||
$lastSessionId = $logLine->{sessionId};
|
||||
$lastTimeStamp = $logLine->{timeStamp};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue