From: Roland Häder Date: Sat, 25 Feb 2012 18:08:00 +0000 (+0000) Subject: Multiple-line comment rewritten X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=b5fa5fc719ac6ffea19aebef889ae11af0947dc8 Multiple-line comment rewritten --- diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index f6c37072..cf137a7d 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -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); }