The branch, master has been updated via b768e4de821ee8b1082beedf10124d0a3dab70ef (commit) from 136921c9cd6deb049de02868a2d0231f9652a788 (commit)
- Log ----------------------------------------------------------------- commit b768e4de821ee8b1082beedf10124d0a3dab70ef Author: Madhura Jayaratne madhura.cj@gmail.com Date: Wed Aug 24 10:06:23 2011 +0530
Typo
-----------------------------------------------------------------------
Summary of changes: libraries/gis/pma_gis_multipolygon.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/gis/pma_gis_multipolygon.php b/libraries/gis/pma_gis_multipolygon.php index 4932eb5..2c247b9 100644 --- a/libraries/gis/pma_gis_multipolygon.php +++ b/libraries/gis/pma_gis_multipolygon.php @@ -368,7 +368,7 @@ class PMA_GIS_Multipolygon extends PMA_GIS_Geometry // Determines whether each line ring is an inner ring or an outer ring. // If it's an inner ring get a point on the surface which can be used to // correctly classify inner rings to their respective outer rings. - include_once 'libraries/gis/pma_gis_polygon.php'; + include_once './libraries/gis/pma_gis_polygon.php'; foreach ($row_data['parts'] as $i => $ring) { $row_data['parts'][$i]['isOuter'] = PMA_GIS_Polygon::isOuterRing($ring['points']); }
hooks/post-receive