summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-27 22:20:14 +0400
committerAndrew Dolgov <[email protected]>2013-02-27 22:20:14 +0400
commit1ebf3b979ecb697285edd3bec284290bd305647d (patch)
tree29a8b453b0b309ade8bb392fe8d2dff6c5f781fa /backend.php
parentfa9e88c367fb3d6c771aa1788f133087f49696bc (diff)
replace getmicrotime() wrapper with microtime(true) (2)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 98b76450f..41481a963 100644
--- a/backend.php
+++ b/backend.php
@@ -47,7 +47,7 @@
startup_gettext();
- $script_started = getmicrotime();
+ $script_started = microtime(true);
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);