Stop watches - reset of deadlines whenever the SW is stopped

SVN:trunk[2170]
This commit is contained in:
Romain Quetiez
2012-09-07 15:32:50 +00:00
parent 819b2663ca
commit e48a842881

View File

@@ -387,8 +387,8 @@ return false;
$aThresholdData['overrun'] = $iOverrun;
}
$aThresholdData['passed'] = true;
$aThresholdData['deadline'] = null;
}
$aThresholdData['deadline'] = null;
}
$this->iLastStart = null;