From 16f1fd56ec342fc6ca6bff1a1b62d8df7d71a262 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Mon, 3 Feb 2014 14:22:37 +0000 Subject: [PATCH] Resetting the stop watch...do clean the first start date when it is not running! SVN:trunk[3065] --- core/ormstopwatch.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ormstopwatch.class.inc.php b/core/ormstopwatch.class.inc.php index eb74f4dc5..44d4f4402 100644 --- a/core/ormstopwatch.class.inc.php +++ b/core/ormstopwatch.class.inc.php @@ -259,6 +259,7 @@ class ormStopWatch { $this->iTimeSpent = 0; $this->iStopped = null; + $this->iStarted = null; foreach ($this->aThresholds as $iPercent => &$aThresholdData) {