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:19:51 +0300
committerMichal Čihař <michal@cihar.com>2015-12-21 13:26:12 +0300
commitb485166d08e5d355eb25cb2d1a3efd49b07b4d91 (patch)
tree8117f35769dc489c9fa44f928fdae210e3cc6446 /tbl_operations.php
parentad769bd0b92708f7c41862c5eb151d0cbbd299af (diff)
Avoid not needed mb_strtoupper
The libraries/tbl_info.inc.php already does this. Issue #11749 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'tbl_operations.php')
-rw-r--r--tbl_operations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_operations.php b/tbl_operations.php
index f9a560a1ca..5c4d0a4b3d 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -139,7 +139,7 @@ if (isset($_REQUEST['submitoptions'])) {
}
if (! empty($_REQUEST['new_tbl_storage_engine'])
- && /*overload*/mb_strtolower($_REQUEST['new_tbl_storage_engine']) !== /*overload*/mb_strtolower($tbl_storage_engine)
+ && /*overload*/mb_strtolower($_REQUEST['new_tbl_storage_engine']) !== $tbl_storage_engine
) {
$new_tbl_storage_engine = $_REQUEST['new_tbl_storage_engine'];
// reset the globals for the new engine