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>2015-12-21 13:35:36 +0300
committerMichal Čihař <michal@cihar.com>2015-12-21 13:35:36 +0300
commit98d88ef134fa107e412e56998c602da218b85a3f (patch)
treef60a9d180685a7d54346c2cdb89bb199d5a719ff /gis_data_editor.php
parent47a5ece9c116e56b288cd17b20f010add73a9567 (diff)
Remove unused pmaString variable
It was used in past when we didn't rely on mbstring. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'gis_data_editor.php')
-rw-r--r--gis_data_editor.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/gis_data_editor.php b/gis_data_editor.php
index 63886a7b9e..76beaac9da 100644
--- a/gis_data_editor.php
+++ b/gis_data_editor.php
@@ -40,9 +40,6 @@ $gis_types = array(
'GEOMETRYCOLLECTION'
);
-/** @var String $pmaString */
-$pmaString = $GLOBALS['PMA_String'];
-
// Extract type from the initial call and make sure that it's a valid one.
// Extract from field's values if available, if not use the column type passed.
if (! isset($gis_data['gis_type'])) {