Opps...
authorRoland Häder <roland@mxchange.org>
Sun, 16 Aug 2009 01:03:15 +0000 (01:03 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 16 Aug 2009 01:03:15 +0000 (01:03 +0000)
inc/classes/main/class_BaseFrameworkSystem.php

index cb52a1c391570406fcf06a3b9fedaf0b7ced8b75..e3001112979257da96a5ceca6cede76469d6416f 100644 (file)
@@ -1145,7 +1145,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                // Idle so long with found function
                if (function_exists('time_sleep_until')) {
                        // Get current time and add idle time
                // Idle so long with found function
                if (function_exists('time_sleep_until')) {
                        // Get current time and add idle time
-                       $sleepUntil = $this->getMilliTime() + $milliSeconds;
+                       $sleepUntil = $this->getMilliTime() + $milliSeconds / 1000;
 
                        // New PHP 5.1.0 function found
                        $hasSlept = time_sleep_until($sleepUntil);
 
                        // New PHP 5.1.0 function found
                        $hasSlept = time_sleep_until($sleepUntil);