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 /prefs_manage.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 'prefs_manage.php')
-rw-r--r--prefs_manage.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/prefs_manage.php b/prefs_manage.php
index 3362a19029..c1a82aa4ef 100644
--- a/prefs_manage.php
+++ b/prefs_manage.php
@@ -9,7 +9,6 @@ use PMA\libraries\config\ConfigFile;
use PMA\libraries\config\FormDisplay;
use PMA\libraries\Message;
use PMA\libraries\Response;
-use PMA\libraries\PMA_String;
use PMA\libraries\Util;
/**