Removed the duplicate table link being shown in the serverinfo div. Most probably caused due to an incorrect merge resolution

This commit is contained in:
ninadsp
2010-07-30 20:34:06 +05:30
parent e47b213236
commit 5996773bf7

View File

@@ -121,14 +121,6 @@ if (!$GLOBALS['is_ajax_request']) {
} elseif (strlen($GLOBALS['table'])) {
require_once './libraries/tbl_info.inc.php';
echo $separator;
printf($item,
$GLOBALS['cfg']['DefaultTabTable'],
PMA_generate_common_url($GLOBALS['db'], $GLOBALS['table']),
str_replace(' ', ' ', htmlspecialchars($GLOBALS['table'])),
(isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view'] ? __('View') : __('Table')),
(isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view'] ? 'b_views' : 's_tbl') . '.png');
echo $separator;
printf($item,
$GLOBALS['cfg']['DefaultTabTable'],