From: Roland Häder Date: Tue, 8 Nov 2011 05:04:25 +0000 (+0000) Subject: For better reading X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5fc2c45da7b1095ae800ef8060cc3b6737b58785;p=core.git For better reading --- diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index 479e8a7a..786bee6b 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -1958,7 +1958,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { $executionTime = microtime(true) - $this->getStartupTime(); // Pack it in nice braces - $executionTime = sprintf('[ %01.4f ] ', $executionTime); + $executionTime = sprintf('[ %01.3f ] ', $executionTime); // And return it return $executionTime;