Index: trunk/extensions/Maps/Maps_CoordinateParser.php |
— | — | @@ -377,6 +377,8 @@ |
378 | 378 | * @param boolean $isLat Should be true for latitudes and false for longitudes. |
379 | 379 | * |
380 | 380 | * @return string |
| 381 | + * |
| 382 | + * FIXME: Notice: Undefined variable: mI18nDirections in ...\Maps\Maps_CoordinateParser.php on line 388 |
381 | 383 | */ |
382 | 384 | private static function setDirectionalAngle( $coordinate, $isLat ) { |
383 | 385 | $isNegative = substr( $coordinate, 0, 1 ) == '-'; |
— | — | @@ -398,7 +400,7 @@ |
399 | 401 | * |
400 | 402 | * @return string |
401 | 403 | * |
402 | | - * TODO: fix innacuracy |
| 404 | + * FIXME: fix innacuracy |
403 | 405 | */ |
404 | 406 | private static function parseDMSCoordinate( $coordinate ) { |
405 | 407 | $isNegative = substr( $coordinate, 0, 1 ) == '-'; |