X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Futils%2FUIDGenerator.php;h=fea5404c841cf4afc130a05391cdd7f597390292;hb=236841547763fe6e181043ae738440778f99ace7;hp=65b50e2d216ae9a4eaea3a5338296f38c490fb5f;hpb=ae58991566bd7f666982cdfcac9c84a79173d6ab;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/UIDGenerator.php b/includes/utils/UIDGenerator.php index 65b50e2d21..fea5404c84 100644 --- a/includes/utils/UIDGenerator.php +++ b/includes/utils/UIDGenerator.php @@ -574,7 +574,7 @@ class UIDGenerator { $start = microtime( true ); do { $ct = time(); - // https://secure.php.net/manual/en/language.operators.comparison.php + // https://www.php.net/manual/en/language.operators.comparison.php if ( $ct >= $time ) { // current time is higher than or equal to than $time return $ct;