From: Antoine Musso Date: Tue, 8 Jun 2004 02:32:56 +0000 (+0000) Subject: possible performance enhancement X-Git-Tag: 1.5.0alpha1~2997 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=34efa448f5f0359220f9cad0fe19730613c51bbd;p=lhc%2Fweb%2Fwiklou.git possible performance enhancement --- diff --git a/includes/Setup.php b/includes/Setup.php index 19d1cc7e6d..a1c5f00d46 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -13,8 +13,8 @@ if( !isset( $wgProfiling ) ) if ( $wgProfiling and (0 == rand() % $wgProfileSampleRate ) ) { require_once( "Profiling.php" ); } else { - function wfProfileIn( $fn ) {} - function wfProfileOut( $fn = "" ) {} + function wfProfileIn( $fn = '' ) {} + function wfProfileOut( $fn = '' ) {} function wfGetProfilingOutput( $s, $e ) {} function wfProfileClose() {} }