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

SVN:trunk[3065]
This commit is contained in:
Romain Quetiez
2014-02-03 14:22:37 +00:00
parent 1cab84e793
commit 16f1fd56ec

View File

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