r66818 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66817‎ | r66818 | r66819 >
Date:09:52, 24 May 2010
Author:tisane
Status:deferred
Tags:
Comment:
Eliminate testing code and unused variable
Modified paths:
  • /trunk/extensions/FrontBackMatterForcedWikilinks/FrontBackMatterForcedWikilinks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FrontBackMatterForcedWikilinks/FrontBackMatterForcedWikilinks.php
@@ -76,7 +76,6 @@
7777 $endPosition=0;
7878 $endSubstPosition=0;
7979 $thisCount=0;
80 - $keepGoing=0;
8180 while (1){
8281 $oldStrPosition=$strPosition;
8382 $strPosition=strpos($forcedMatterText,'>',$strPosition);
@@ -116,7 +115,6 @@
117116 }
118117 }
119118
120 - #$text=$text.$myText.$text.$myText;
121119 return true;
122120 }
123121

Status & tagging log