From 1ebf3b979ecb697285edd3bec284290bd305647d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 27 Feb 2013 22:20:14 +0400 Subject: replace getmicrotime() wrapper with microtime(true) (2) --- public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public.php') diff --git a/public.php b/public.php index 7138b3d81..dccd77f43 100644 --- a/public.php +++ b/public.php @@ -28,7 +28,7 @@ startup_gettext(); - $script_started = getmicrotime(); + $script_started = microtime(true); $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); -- cgit v1.2.3