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_get_field.php')
-rw-r--r--tbl_get_field.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_get_field.php b/tbl_get_field.php
index be42d20cbe..1ec3c5a8f9 100644
--- a/tbl_get_field.php
+++ b/tbl_get_field.php
@@ -49,7 +49,7 @@ if ($result === false) {
PMA_downloadHeader(
$table . '-' . $_GET['transform_key'] . '.bin',
PMA_detectMIME($result),
- $GLOBALS['PMA_String']->strlen($result)
+ /*overload*/mb_strlen($result)
);
echo $result;
?>