bug #2066923 [display] Navi browse icon does not go to page 1

This commit is contained in:
Marc Delisle
2008-09-01 12:39:56 +00:00
parent 7963d32f76
commit 55bc79cd8f
2 changed files with 2 additions and 1 deletions

View File

@@ -645,7 +645,7 @@ function PMA_displayTableList($tables, $visible = false,
// link for the table name itself
$href = $GLOBALS['cfg']['DefaultTabTable'] . '?'
.$GLOBALS['common_url_query'] . '&table='
.urlencode($table['Name']);
.urlencode($table['Name']) . '&pos=0';
echo '<a href="' . $href
. '" title="' . htmlspecialchars(PMA_getTitleForTarget($GLOBALS['cfg']['DefaultTabTable']) . ': ' . $table['Comment']
.' (' . PMA_formatNumber($table['Rows'], 0) . ' ' . $GLOBALS['strRows']) . ')"'