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 'db_printview.php')
-rw-r--r--db_printview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_printview.php b/db_printview.php
index 56edcbe9c4..1e4cf5ffb7 100644
--- a/db_printview.php
+++ b/db_printview.php
@@ -59,7 +59,7 @@ if ($num_tables == 0) {
$odd_row = true;
foreach ($tables as $sts_data) {
if (PMA_Table::isMerge($db, $sts_data['TABLE_NAME'])
- || $GLOBALS['PMA_String']->strtoupper($sts_data['ENGINE']) == 'FEDERATED'
+ || /*overload*/mb_strtoupper($sts_data['ENGINE']) == 'FEDERATED'
) {
$merged_size = true;
} else {