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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-08-29 23:29:21 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-01 22:30:21 +0300
commit0761fb18011d2d6b80d4894b2c2184afd503e717 (patch)
tree2a5cbbce31a8a9aa43b099090941350a11a8ee8f /gis_data_editor.php
parent2606c5f72dabefe344a46b0e9c980fffb7437273 (diff)
Rename classes files.
Rename classes. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'gis_data_editor.php')
-rw-r--r--gis_data_editor.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/gis_data_editor.php b/gis_data_editor.php
index 1344aa3cb0..deeb5a3e73 100644
--- a/gis_data_editor.php
+++ b/gis_data_editor.php
@@ -5,7 +5,7 @@
*
* @package PhpMyAdmin
*/
-use PMA\libraries\PMA_String;
+use PMA\libraries\String;
/**
* Escapes special characters if the variable is set.
@@ -40,7 +40,7 @@ $gis_types = array(
'GEOMETRYCOLLECTION'
);
-/** @var PMA_String $pmaString */
+/** @var String $pmaString */
$pmaString = $GLOBALS['PMA_String'];
// Extract type from the initial call and make sure that it's a valid one.