could not resist, provide more accuracy on elapsed ;-)
authorDomas Mituzas <midom@users.mediawiki.org>
Sat, 8 Apr 2006 20:29:21 +0000 (20:29 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Sat, 8 Apr 2006 20:29:21 +0000 (20:29 +0000)
includes/GlobalFunctions.php

index aeb615c..f532c7e 100644 (file)
@@ -638,7 +638,7 @@ function wfDebugDieBacktrace( $msg = '' ) {
                        # This may be a virtual server.
                        $hostname = $_SERVER['SERVER_NAME'];
                }
-               $com = sprintf( "<!-- Served by %s in %01.2f secs. -->",
+               $com = sprintf( "<!-- Served by %s in %01.3f secs. -->",
                  $hostname, $elapsed );
                return $com;
        }