diff --git a/db_structure.php b/db_structure.php index 3a9b35c95..0a3b791bf 100644 --- a/db_structure.php +++ b/db_structure.php @@ -374,7 +374,7 @@ foreach ($tables as $keyname => $each_table) { - ' : ''. $do ? ' REPLICATED' : ''; ?> + ' : ''. $do ? ' REPLICATED' : ''; ?> @@ -467,7 +467,7 @@ if ($is_show_stats) { echo sprintf($strTables, PMA_formatNumber($num_tables - $tableReductionCount, 0)); ?> - + 0) { echo '' . "\n"; if (strlen(array_search($current["SCHEMA_NAME"], ${"server_{$type}_Ignore_DB"}))>0) { - echo 'REPLICATED' . "\n"; + echo 'NOT REPLICATED' . "\n"; } else { $key = array_search($current["SCHEMA_NAME"], ${"server_{$type}_Do_DB"});