mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'ent-8522-13078-edicion-de-elementos-de-un-servicio-2' into 'develop'
fix error services items pandora_enterprise#8522 pandora_enterprise#8522 See merge request artica/pandorafms!5024
This commit is contained in:
commit
b512a359d4
@ -5996,6 +5996,18 @@ function send_test_email(
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Microtime float number.
|
||||||
|
*
|
||||||
|
* @return float
|
||||||
|
*/
|
||||||
|
function microtime_float()
|
||||||
|
{
|
||||||
|
list($usec, $sec) = explode(' ', microtime());
|
||||||
|
return ((float) $usec + (float) $sec);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return array of ancestors of item, given array.
|
* Return array of ancestors of item, given array.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user