removed db_stats link.
This commit is contained in:
@@ -18,6 +18,7 @@ $Source$
|
||||
* lang/german.inc.php3: Translated $strOptions.
|
||||
* tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
|
||||
* 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>
|
||||
* tbl_qbe.php3: corrections from Mike Beck for better joints
|
||||
|
@@ -170,13 +170,7 @@ if (isset($db)) {
|
||||
if (!empty($table)) {
|
||||
echo ' - ' . $strTable . ' <i><a class="h1" href="tbl_properties.php3' . $header_url_qry . '&db=' . urlencode($db) . '&table=' . urlencode($table) . '">' . htmlspecialchars($table) . '</a></i>' . "\n";
|
||||
}
|
||||
echo ' ';
|
||||
// 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 ' ' . sprintf($strRunning, ' <i>' . (($cfg['Server']['verbose']) ? $cfg['Server']['verbose'] : $cfg['Server']['host']) . '</i>') . "\n";
|
||||
echo '</h1>' . "\n";
|
||||
}
|
||||
echo "\n";
|
||||
|
Reference in New Issue
Block a user