Revision: 46099
Author: catrope
Date: 2009-01-23 20:39:54 +0000 (Fri, 23 Jan 2009)
Log Message:
-----------
Remove stray semicolon
Modified Paths:
--------------
trunk/phase3/includes/Profiler.php
Modified: trunk/phase3/includes/Profiler.php
===================================================================
--- trunk/phase3/includes/Profiler.php 2009-01-23 20:23:34 UTC (rev 46098)
+++ trunk/phase3/includes/Profiler.php 2009-01-23 20:39:54 UTC (rev 46099)
@@ -92,7 +92,7 @@
* @param $functionname string
*/
function profileOut($functionname) {
- global $wgDebugFunctionEntry, $wgProfiling;;
+ global $wgDebugFunctionEntry, $wgProfiling;
if( !$wgProfiling ) return;
$memory = memory_get_usage();
$time = $this->getTime();
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs