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 14:05:28 +0300
committerMichal Čihař <michal@cihar.com>2015-12-21 14:09:06 +0300
commitcc07b737dc677e8b9e9c3f48c042ec99f16c33d5 (patch)
tree95a4042a28639ad3205184b9c4300231a1caeec7 /gis_data_editor.php
parentc557581389c2792ede66cbc7fbc6c8c74e5c6236 (diff)
Remove unused PMA_String class
The class is no longer used: - the ctype part is not needed by new SQL parser - the utf-8 manipulation was replaced by direct usage of mbstring Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'gis_data_editor.php')
-rw-r--r--gis_data_editor.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/gis_data_editor.php b/gis_data_editor.php
index 76beaac9da..126acfe8c2 100644
--- a/gis_data_editor.php
+++ b/gis_data_editor.php
@@ -7,7 +7,6 @@
*/
use PMA\libraries\gis\GISFactory;
use PMA\libraries\gis\GISVisualization;
-use PMA\libraries\PMA_String;
/**
* Escapes special characters if the variable is set.