r46099 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46098‎ | r46099 | r46100 >
Date:20:39, 23 January 2009
Author:catrope
Status:ok
Tags:
Comment:
Remove stray semicolon
Modified paths:
  • /trunk/phase3/includes/Profiler.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Profiler.php
@@ -92,7 +92,7 @@
9393 * @param $functionname string
9494 */
9595 function profileOut($functionname) {
96 - global $wgDebugFunctionEntry, $wgProfiling;;
 96+ global $wgDebugFunctionEntry, $wgProfiling;
9797 if( !$wgProfiling ) return;
9898 $memory = memory_get_usage();
9999 $time = $this->getTime();

Status & tagging log