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:
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 3946efeacc..965994212e 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -68,7 +68,7 @@ if (isset($_REQUEST['do_save_data'])) {
$pmaString = $GLOBALS['PMA_String'];
foreach ($_REQUEST['field_mimetype'] as $fieldindex => $mimetype) {
if (isset($_REQUEST['field_name'][$fieldindex])
- && $pmaString->strlen($_REQUEST['field_name'][$fieldindex])
+ && /*overload*/mb_strlen($_REQUEST['field_name'][$fieldindex])
) {
PMA_setMIME(
$db, $table,