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:
Colin Kuskie 2009-02-06 20:29:56 -08:00 committed by Patrick Donelan
parent 92841f2bf5
commit aa6367d459
2 changed files with 1 additions and 2 deletions

View file

@ -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};