The branch, master has been updated via 4a48e5d82541e4e5420d71da9605c2923d2fe3c7 (commit) from d7f4b8a8d926eb4722ff1bbf4502762a4a7b0c5d (commit)
- Log ----------------------------------------------------------------- commit 4a48e5d82541e4e5420d71da9605c2923d2fe3c7 Author: Marc Delisle marc@infomarc.info Date: Sat Jan 7 09:03:59 2012 -0500
Typo
-----------------------------------------------------------------------
Summary of changes: gis_data_editor.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gis_data_editor.php b/gis_data_editor.php index d9db06f..6fb2436 100644 --- a/gis_data_editor.php +++ b/gis_data_editor.php @@ -51,7 +51,7 @@ $wkt = $gis_obj->generateWkt($gis_data, 0); $wkt_with_zero = $gis_obj->generateWkt($gis_data, 0, '0'); $result = "'" . $wkt . "'," . $srid;
-// Gererate PNG or SVG based visualization +// Generate PNG or SVG based visualization $format = (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER <= 8) ? 'png' : 'svg'; $visualizationSettings = array('width' => 450, 'height' => 300, 'spatialColumn' => 'wkt'); $data = array(array('wkt' => $wkt_with_zero, 'srid' => $srid));
hooks/post-receive