Index: trunk/extensions/FrontBackMatterForcedWikilinks/FrontBackMatterForcedWikilinks.php |
— | — | @@ -76,7 +76,6 @@ |
77 | 77 | $endPosition=0; |
78 | 78 | $endSubstPosition=0; |
79 | 79 | $thisCount=0; |
80 | | - $keepGoing=0; |
81 | 80 | while (1){ |
82 | 81 | $oldStrPosition=$strPosition; |
83 | 82 | $strPosition=strpos($forcedMatterText,'>',$strPosition); |
— | — | @@ -116,7 +115,6 @@ |
117 | 116 | } |
118 | 117 | } |
119 | 118 | |
120 | | - #$text=$text.$myText.$text.$myText; |
121 | 119 | return true; |
122 | 120 | } |
123 | 121 | |