Multiple-line comment rewritten
authorRoland Häder <roland@mxchange.org>
Sat, 25 Feb 2012 18:08:00 +0000 (18:08 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 25 Feb 2012 18:08:00 +0000 (18:08 +0000)
inc/classes/main/class_BaseFrameworkSystem.php

index f6c370721555b903f37846579095b0443f6aabe5..cf137a7d3fd345a13eb3062920fb2edab15aebd7 100644 (file)
@@ -1412,8 +1412,10 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                        // New PHP 5.1.0 function found, ignore errors
                        $hasSlept = @time_sleep_until($sleepUntil);
                } else {
-                       // My Sun Station doesn't have that function even with latest PHP
-                       // package. :(
+                       /*
+                        * My Sun station doesn't have that function even with latest PHP
+                        * package. :(
+                        */
                        usleep($milliSeconds * 1000);
                }