bug #2066923 [display] Navi browse icon does not go to page 1
This commit is contained in:
@@ -76,6 +76,7 @@ danbarry
|
|||||||
+ [lang] Italian update, thanks to Luca Rebellato
|
+ [lang] Italian update, thanks to Luca Rebellato
|
||||||
- [core] safer handling of temporary files with open_basedir (thanks to Thijs Kinkhorst)
|
- [core] safer handling of temporary files with open_basedir (thanks to Thijs Kinkhorst)
|
||||||
+ [lang] Czech update
|
+ [lang] Czech update
|
||||||
|
- bug #2066923 [display] Navi browse icon does not go to page 1
|
||||||
|
|
||||||
2.11.9.0 (2008-08-28)
|
2.11.9.0 (2008-08-28)
|
||||||
- bug #2031221 [auth] Links to version number on login screen
|
- bug #2031221 [auth] Links to version number on login screen
|
||||||
|
@@ -645,7 +645,7 @@ function PMA_displayTableList($tables, $visible = false,
|
|||||||
// link for the table name itself
|
// link for the table name itself
|
||||||
$href = $GLOBALS['cfg']['DefaultTabTable'] . '?'
|
$href = $GLOBALS['cfg']['DefaultTabTable'] . '?'
|
||||||
.$GLOBALS['common_url_query'] . '&table='
|
.$GLOBALS['common_url_query'] . '&table='
|
||||||
.urlencode($table['Name']);
|
.urlencode($table['Name']) . '&pos=0';
|
||||||
echo '<a href="' . $href
|
echo '<a href="' . $href
|
||||||
. '" title="' . htmlspecialchars(PMA_getTitleForTarget($GLOBALS['cfg']['DefaultTabTable']) . ': ' . $table['Comment']
|
. '" title="' . htmlspecialchars(PMA_getTitleForTarget($GLOBALS['cfg']['DefaultTabTable']) . ': ' . $table['Comment']
|
||||||
.' (' . PMA_formatNumber($table['Rows'], 0) . ' ' . $GLOBALS['strRows']) . ')"'
|
.' (' . PMA_formatNumber($table['Rows'], 0) . ' ' . $GLOBALS['strRows']) . ')"'
|
||||||
|
Reference in New Issue
Block a user