From 742198d73557193ad3293b6a26e727bbe9a205e5 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Sat, 8 Apr 2006 20:29:21 +0000 Subject: [PATCH] could not resist, provide more accuracy on elapsed ;-) --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index aeb615c39d..f532c7e34f 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -638,7 +638,7 @@ function wfDebugDieBacktrace( $msg = '' ) { # This may be a virtual server. $hostname = $_SERVER['SERVER_NAME']; } - $com = sprintf( "", + $com = sprintf( "", $hostname, $elapsed ); return $com; } -- 2.20.1