1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00

replace getmicrotime() wrapper with microtime(true) (2)

This commit is contained in:
Andrew Dolgov 2013-02-27 22:20:14 +04:00
parent fa9e88c367
commit 1ebf3b979e
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
startup_gettext();
$script_started = getmicrotime();
$script_started = microtime(true);
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);

View File

@ -28,7 +28,7 @@
startup_gettext();
$script_started = getmicrotime();
$script_started = microtime(true);
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);