From 565b15c91e8efd25da95f4cd656d8f5d7dc5d028 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 22 Jan 2012 14:48:06 +0000 Subject: [PATCH] access the start time too... --- core/util.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/util.inc.php b/core/util.inc.php index dcb97f02..421d0e9d 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -828,7 +828,7 @@ function send_event(Event $event) { // What the fuck were the PHP developers smoking. $_load_start = microtime(true); function get_debug_info() { - global $config, $_event_count, $database, $_execs; + global $config, $_event_count, $database, $_execs, $_load_start; if(function_exists('memory_get_usage')) { $i_mem = sprintf("%5.2f", ((memory_get_usage()+512)/1024)/1024);