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 /db_operations.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 'db_operations.php')
-rw-r--r--db_operations.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/db_operations.php b/db_operations.php
index 71f7205aac..c13bc4f360 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -12,7 +12,6 @@
* @package PhpMyAdmin
*/
use PMA\libraries\plugins\export\ExportSql;
-use PMA\libraries\PMA_String;
/**
* requirements