From 26774310b1537341299233b8709825dc349240dd Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 25 Oct 2012 21:58:33 -0700 Subject: move things to the newer conversation object, a few minor bugs - will sort it out eventually --- boot.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 1d7c1803c..10f1cddc7 100644 --- a/boot.php +++ b/boot.php @@ -1867,3 +1867,8 @@ function argc() { function argv($x) { return get_app()->argv[$x]; } + +function dba_timer() { + return microtime(true); +} + -- cgit v1.2.3