From 3af3745260396bef320abc238e8ef15ae9377b19 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Thu, 24 Sep 2009 13:10:25 +0000 Subject: [PATCH] Fixed table footer and alt for replication column --- db_structure.php | 4 ++-- server_databases.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"});