Name is already a message.

This commit is contained in:
Michal Čihař
2010-06-08 10:38:26 +02:00
parent 2e955af344
commit 017c8c4221

View File

@@ -196,7 +196,7 @@ if ($databases_count > 0) {
elseif($type == "slave") elseif($type == "slave")
$name = __('Slave replication'); $name = __('Slave replication');
if (${"server_{$type}_status"}) if (${"server_{$type}_status"})
echo ' <th>'.$GLOBALS[$name].'</th>' . "\n"; echo ' <th>'. $name .'</th>' . "\n";
} }
if ($is_superuser) { if ($is_superuser) {