From 5fc2c45da7b1095ae800ef8060cc3b6737b58785 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 8 Nov 2011 05:04:25 +0000 Subject: [PATCH] For better reading --- inc/classes/main/class_BaseFrameworkSystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2