r68305 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68304‎ | r68305 | r68306 >
Date:10:49, 20 June 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r68283, removed debug line
Modified paths:
  • /trunk/extensions/Maps/Includes/Maps_CoordinateParser.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Includes/Maps_CoordinateParser.php
@@ -209,7 +209,6 @@
210210 if ( ( $asciiValue > 31 && $asciiValue < 127 ) || $asciiValue == 194 || $asciiValue == 176 ) {
211211 $filtered[] = $character;
212212 }
213 - else {var_dump($asciiValue);}
214213 }
215214
216215 return implode( '', $filtered );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68283Fixed coordinate parsing issue and incremented version to 0.6.3 rc1jeroendedauw19:27, 19 June 2010

Status & tagging log