From e48a842881609c4b141ae8e0f83a9712d74e8ee2 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Fri, 7 Sep 2012 15:32:50 +0000 Subject: [PATCH] Stop watches - reset of deadlines whenever the SW is stopped SVN:trunk[2170] --- core/ormstopwatch.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ormstopwatch.class.inc.php b/core/ormstopwatch.class.inc.php index ab514fac1..c0d2e8aac 100644 --- a/core/ormstopwatch.class.inc.php +++ b/core/ormstopwatch.class.inc.php @@ -387,8 +387,8 @@ return false; $aThresholdData['overrun'] = $iOverrun; } $aThresholdData['passed'] = true; - $aThresholdData['deadline'] = null; } + $aThresholdData['deadline'] = null; } $this->iLastStart = null;