Remove unnecessary message. When this page did not contain tabs for the

various sections, it was useful to have a link to reach this section
further down.
This commit is contained in:
Marc Delisle 2013-05-18 06:59:22 -04:00
parent 4bbe3140d1
commit 06d3f3a550

View File

@ -127,11 +127,6 @@ function PMA_getServerStateGeneralInfoHtml($ServerStatusData)
. 'in <b>replication</b> process.'
);
}
$retval .= ' ';
$retval .= __(
'For further information about replication status on the server, '
. 'please visit the <a href="#replication">replication section</a>.'
);
$retval .= '</p>';
}