removed db_stats link.

This commit is contained in:
Alexander M. Turek
2002-04-29 21:24:19 +00:00
parent c2d907a534
commit 2037187039
2 changed files with 2 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ $Source$
* lang/german.inc.php3: Translated $strOptions. * lang/german.inc.php3: Translated $strOptions.
* tbl_properties_operations.php3: Added documentation link for 'FLUSH'. * tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
* header.inc.php3, tbl_properties_links.php3: New link design. * header.inc.php3, tbl_properties_links.php3: New link design.
* header.inc.php3: removed db_stats link.
2002-04-29 Marc Delisle <lem9@users.sourceforge.net> 2002-04-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_qbe.php3: corrections from Mike Beck for better joints * tbl_qbe.php3: corrections from Mike Beck for better joints

View File

@@ -170,13 +170,7 @@ if (isset($db)) {
if (!empty($table)) { if (!empty($table)) {
echo ' - ' . $strTable . ' <i><a class="h1" href="tbl_properties.php3' . $header_url_qry . '&amp;db=' . urlencode($db) . '&amp;table=' . urlencode($table) . '">' . htmlspecialchars($table) . '</a></i>' . "\n"; echo ' - ' . $strTable . ' <i><a class="h1" href="tbl_properties.php3' . $header_url_qry . '&amp;db=' . urlencode($db) . '&amp;table=' . urlencode($table) . '">' . htmlspecialchars($table) . '</a></i>' . "\n";
} }
echo ' '; echo ' ' . sprintf($strRunning, ' <i>' . (($cfg['Server']['verbose']) ? $cfg['Server']['verbose'] : $cfg['Server']['host']) . '</i>') . "\n";
// todo: Limitate this feature on superusers.
if (PMA_MYSQL_INT_VERSION >= 32303) {
echo sprintf($strRunning, ' <i><a class="h1" href="db_stats.php3' . $header_url_qry . '">' . (($cfg['Server']['verbose']) ? $cfg['Server']['verbose'] : $cfg['Server']['host']) . '</a></i>') . "\n";
} else {
echo sprintf($strRunning, ' <i>' . (($cfg['Server']['verbose']) ? $cfg['Server']['verbose'] : $cfg['Server']['host']) . '</i>') . "\n";
}
echo '</h1>' . "\n"; echo '</h1>' . "\n";
} }
echo "\n"; echo "\n";