Resetting the stop watch...do clean the first start date when it is not running! - retrofit from trunk

SVN:2.0.2[3133]
This commit is contained in:
Denis Flaven
2014-04-24 10:29:03 +00:00
parent 39d3ce9e47
commit 853a8f0c8f

View File

@@ -259,6 +259,7 @@ class ormStopWatch
{
$this->iTimeSpent = 0;
$this->iStopped = null;
$this->iStarted = null;
foreach ($this->aThresholds as $iPercent => &$aThresholdData)
{