r65797 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65796‎ | r65797 | r65798 >
Date:07:14, 2 May 2010
Author:jeroendedauw
Status:ok
Tags:
Comment:
Added fixme
Modified paths:
  • /trunk/extensions/Maps/Maps_CoordinateParser.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps_CoordinateParser.php
@@ -377,6 +377,8 @@
378378 * @param boolean $isLat Should be true for latitudes and false for longitudes.
379379 *
380380 * @return string
 381+ *
 382+ * FIXME: Notice: Undefined variable: mI18nDirections in ...\Maps\Maps_CoordinateParser.php on line 388
381383 */
382384 private static function setDirectionalAngle( $coordinate, $isLat ) {
383385 $isNegative = substr( $coordinate, 0, 1 ) == '-';
@@ -398,7 +400,7 @@
399401 *
400402 * @return string
401403 *
402 - * TODO: fix innacuracy
 404+ * FIXME: fix innacuracy
403405 */
404406 private static function parseDMSCoordinate( $coordinate ) {
405407 $isNegative = substr( $coordinate, 0, 1 ) == '-';

Status & tagging log