From 55bc79cd8f617b24b44a2d39e4ba2a8814200d5c Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 1 Sep 2008 12:39:56 +0000 Subject: [PATCH] bug #2066923 [display] Navi browse icon does not go to page 1 --- ChangeLog | 1 + navigation.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 19cd8f038..b91244050 100644 --- a/ChangeLog +++ b/ChangeLog @@ -76,6 +76,7 @@ danbarry + [lang] Italian update, thanks to Luca Rebellato - [core] safer handling of temporary files with open_basedir (thanks to Thijs Kinkhorst) + [lang] Czech update +- bug #2066923 [display] Navi browse icon does not go to page 1 2.11.9.0 (2008-08-28) - bug #2031221 [auth] Links to version number on login screen diff --git a/navigation.php b/navigation.php index 014086218..cacf60555 100644 --- a/navigation.php +++ b/navigation.php @@ -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 '