Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-06-16 14:17:42 +0300
committerMichal Čihař <michal@cihar.com>2016-06-16 14:17:42 +0300
commite1301418163c08434b517c92729629d5bb1e1733 (patch)
tree5f1e66676b5a78fe66012d70d9d82d9224dedeb7 /gis_data_editor.php
parent8170e7fcbc33ca2dc739c3ff7955a6894959d93a (diff)
parenta1f69b4c808eeb49d336ff01e6d966200d062a56 (diff)
Merge branch 'QA_4_6'
Diffstat (limited to 'gis_data_editor.php')
-rw-r--r--gis_data_editor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/gis_data_editor.php b/gis_data_editor.php
index 2d3002081c..d24577ddec 100644
--- a/gis_data_editor.php
+++ b/gis_data_editor.php
@@ -335,7 +335,7 @@ for ($a = 0; $a < $geom_count; $a++) {
echo '<br/>';
printf(__('Polygon %d:'), $k + 1);
$no_of_lines = isset($gis_data[$a][$type][$k]['no_of_lines'])
- ? intval($gis_data[$a][$type][$k]['no_of_lines')] : 1;
+ ? intval($gis_data[$a][$type][$k]['no_of_lines']) : 1;
if ($no_of_lines < 1) {
$no_of_lines = 1;
}